deluged configure proxy settings with deluge-console

General support for problems installing or using Deluge
Post Reply
console-deluge

deluged configure proxy settings with deluge-console

Post by console-deluge »

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.

Code: Select all

Deluge 1.3.3 Console - secret@secret
  move_completed: False
  move_completed_path:
  natpmp: False
  new_release_check: False
  outgoing_ports: (0, 0)
  peer_tos: 0x00
  plugins_location:
  prioritize_first_last_pieces: False
  proxies: { 'dht': { 'hostname': '',
           'password': '',
           'port': 8080,
           'type': 0,
           'username': ''},
  'peer': { 'hostname': '',
            'password': '',
            'port': 8080,
            'type': 0,
            'username': ''},
  'tracker': { 'hostname': '',
               'password': '',
               'port': 8080,
               'type': 0,
               'username': ''},
  'web_seed': { 'hostname': '',
                'password': '',
                'port': 8080,
                'type': 0,
                'username': ''}}
  queue_new_to_top: False
  random_outgoing_ports: False
  random_port: False
  rate_limit_ip_overhead: True
  remove_seed_at_ratio: False
  seed_time_limit: 180
  seed_time_ratio_limit: 7.0
  send_info: False
  share_ratio_limit: 2.0
  stop_seed_at_ratio: False
  stop_seed_ratio: 2.0
  torrentfiles_location:
  upnp: False
  utpex: True
C: 0 (200) D: 0.0 KiB U: 0.0 KiB DHT: 173

Code: Select all

>>> 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluged configure proxy settings with deluge-console

Post by Cas »

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.
console-deluge

Re: deluged configure proxy settings with deluge-console

Post by console-deluge »

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.

Stands in the log file:

Code: Select all

 [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.
Post Reply