Search found 5 matches
- Sat Aug 16, 2014 12:15 am
- Forum: Support
- Topic: Can I Make WebUI not require a password?
- Replies: 3
- Views: 4690
Re: Can I Make WebUI not require a password?
Correct. You just hit enter when prompted for the password.
- Sat Aug 16, 2014 12:12 am
- Forum: Support
- Topic: Deluge script using wrong XDG_CONFIG_HOME
- Replies: 4
- Views: 3203
Re: Deluge script using wrong XDG_CONFIG_HOME
deluged is running as "_downloads", same user as deluge_web. I understand why it would need access to the config directory, but why is it looking for the wrong config directory? I haven't tried logging the python env values, as I assumed that they would be the same as the shell script (whi...
- Tue Aug 12, 2014 10:41 pm
- Forum: Support
- Topic: Can I Make WebUI not require a password?
- Replies: 3
- Views: 4690
Re: Can I Make WebUI not require a password?
The best I've been able to do is use http://dev.deluge-torrent.org/wiki/Faq# ... hepassword to just update to a blank password. Unfortunately, the way the UI is written, you have to authenticate, or access is denied.
- Tue Aug 12, 2014 9:57 pm
- Forum: Support
- Topic: Deluge script using wrong XDG_CONFIG_HOME
- Replies: 4
- Views: 3203
Re: Deluge script using wrong XDG_CONFIG_HOME
I don't really see how my scripts are getting in the way at all. I was hoping this was just something obvious that I was doing wrong, but I guess not. On "Torrent Complete", deluge is configured to run "/media/.downloads/bin/copy_torrent.sh", which is the shell script noted above...
- Tue Aug 12, 2014 12:33 am
- Forum: Support
- Topic: Deluge script using wrong XDG_CONFIG_HOME
- Replies: 4
- Views: 3203
Deluge script using wrong XDG_CONFIG_HOME
I'm working on a new headless Deluge 1.3.6 setup with FreeBSD 10 as the base. Everything is working just fine, but when a torrent finishes downloading, I'd like to copy it to the completed directory, rather than move it. To do this, I'm using the 'Execute' and 'Label' plugins, and copying to the des...