How can the deluge-console edit the proxy settings of deluged? I have to edit using the command 'config' pretty much tried by the multi-dimensional array.
>>> config --help
Usage: config [key1 [key2 ...]]
config --set key value
Options:
-s SET, --set=SET set value for key
-h, --help show this help message and exit
Show and set configuration values
The console does not have the capability of setting the value for the proxies dictionary. The best alternative is to run deluge-web or deluge-gtk as thinclient or while deluged is shutdown manually edit the conf file.
Cas wrote:The console does not have the capability of setting the value for the proxies dictionary. The best alternative is to run deluge-web or deluge-gtk as thinclient or while deluged is shutdown manually edit the conf file.
I do not understand how to set up deluge web really is. deluged starts as far as a user with limited rights and sets the starting configurations in the .config/deluge folder for this user. But if I deluge-web under that user, it is not obvious where to find the settings for this session. Only if I deluge-web with --config=~/.config/deluge, start deluge-web to web.config(~) is configured. And even if I --logfile=~/.config/deluge/web.log --loglevel=info with show-off, I can log in ~/.config/deluge/web.log see.
[INFO ] 07:57:30 configmanager:70 Setting config directory to: /home/wan-share/.config/deluge
[INFO ] 07:57:30 ui:107 Deluge ui 1.3.3
[INFO ] 07:57:30 ui:110 Starting ui..
[WARNING ] 07:57:31 config:361 Unable to open config file /home/wan-share/.config/deluge/hostlist.conf.1.2: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/home/wan-share/.config/deluge/hostlist.conf.1.2'
[INFO ] 07:57:31 server:661 Starte Server mit Prozess-ID x.
[INFO ] 07:57:31 server:681 serving on 0.0.0.0:x view at https://127.0.0.1:x
[INFO ] 07:57:31 client:221 Connecting to daemon at localhost:x..
[INFO ] 07:57:31 client:125 Connected to daemon at 127.0.0.1:x..
[INFO ] 07:57:31 pluginmanager:108 Plugin has no web ui
deluge-webui and deluge-web installed on root. I want the Web service that automatically deluged with that is on the same host that connects ("default_daemon"). In addition I have localhost and port entered. I have - and use ssl in web.config (~) https set to true, but it turns again to false. But I can not access the site from another computer.