-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,32 @@ | ||
# delauncher | ||
Send magnet links to a remote deluge server with a click | ||
Send magnet links from your browser to a deluge server with a single click | ||
|
||
![screenshot](screenshot.png) | ||
![notification](notification.png) | ||
|
||
# How does it work | ||
|
||
Access `delauncher` under Applications > Internet > Delauncher and configure the deluge server URL and the password for the `Web UI`. | ||
|
||
After that, clicking a magnet link on your browser will send it to the deluge server queue. | ||
|
||
# How to Install | ||
|
||
## Setup repository | ||
## Via package | ||
|
||
Download latest version from https://github.com/adelolmo/delauncher/releases/latest | ||
|
||
``` | ||
# dpkg -i delauncher_1.1.0_amd64.deb | ||
``` | ||
|
||
## Via debian/ubuntu repository | ||
|
||
### Setup repository | ||
|
||
Follow the instructions [here](https://adelolmo.github.io). | ||
|
||
## Install package | ||
### Install package | ||
``` | ||
# apt-get install delauncher | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.