Skip to content

Commit

Permalink
update description and first usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangelovian committed Nov 1, 2020
1 parent 37fd82a commit f48567f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion spk/deluge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ REQUIRED_DSM = 5.0
UNSUPPORTED_ARCHS = hi3535 $(ARM5_ARCHES) $(PPC_ARCHES) $(x86_ARCHES)

MAINTAINER = Strangelovian
DESCRIPTION = Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform. This package is intended for advanced users.
DESCRIPTION = Deluge is a cross platform BitTorrent client, based on libtorrent rasterbar.
DESCRIPTION += This syno community package runs the deluge deamon (deluged), as well as the deluge web daemon (deluge-web), which serves the deluge web UI.
RELOAD_UI = yes
STARTABLE = yes
CHANGELOG = Build 2.0.4 from bleeding edge, i.e. not released by the deluge team as of 08/30/2020
Expand Down
2 changes: 1 addition & 1 deletion spk/deluge/src/wizard/install_uifile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}, {
"step_title": "First login",
"items": [{
"desc": "The default password for the web interface is 'deluge'.<br><br>."
"desc": "The default password for the web interface is 'deluge'.<br><br>The web UI is served on http//*:8112.<br><br>For https, create a new https source in Synology control panel / application portal / inverse proxy."
}]
}, {
"step_title": "Attention! DSM6 Permissions",
Expand Down
2 changes: 1 addition & 1 deletion spk/deluge/src/wizard/install_uifile_fre
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}, {
"step_title": "Premier login",
"items": [{
"desc": "Le mot de passe par défaut de l'interface web est 'deluge'.<br><br>L'accès distant est désactivé par défaut. Pour autoriser des clients à se connecter au service, consulter <a target=\"blank\" href=\"https://dev.deluge-torrent.org/wiki/UserGuide/ThinClient\">le guide ThinClient de Deluge</a>."
"desc": "Le mot de passe par défaut de l'interface web est 'deluge'.<br><br>L'interface web est disponible via http//*:8112.<br><br>Pour https, créer une source https dans le paneau de contrôle Synology / Portail des applications / proxy inversé."
}]
}, {
"step_title": "Attention! Permissions DSM",
Expand Down

0 comments on commit f48567f

Please sign in to comment.