Page 1 of 1
Trying to protect web interface - no settings file?
Posted: Tue Feb 03, 2009 10:41 am
by Peekz
Running Transmission 1.34 (6778) on Ubuntu 8.10
Am trying to make the web interface protected however there's no settings.json file?
All I have in the /.config/transmission/ folder is
/.config/transmission# ls -a
. .. blocklists resume stats.json torrents
Where can the config be updated?
Re: Trying to protect web interface - no settings file?
Posted: Tue Feb 03, 2009 4:49 pm
by avberk
Run it in foreground with -f switch and then break it off. (ctrl-c)
Now you have a settings file (i hope)
Re: Trying to protect web interface - no settings file?
Posted: Tue Feb 03, 2009 5:58 pm
by Jordan
Re: Trying to protect web interface - no settings file?
Posted: Tue Feb 03, 2009 8:03 pm
by Peekz
avberk wrote:Run it in foreground with -f switch and then break it off. (ctrl-c)
Now you have a settings file (i hope)
I probably should have mentioned it's running from a SSH session with no desktop, so foreground isn't an option (i think).
I'm running the CLI version and started the app by running 'transmission-daemon'
Re: Trying to protect web interface - no settings file?
Posted: Tue Feb 03, 2009 9:23 pm
by Peekz
Problem solved, just killed the process and restarted with the -t, -u and -v switches

Re: Trying to protect web interface - no settings file?
Posted: Wed Feb 04, 2009 1:44 am
by Gimp
Peekz wrote:avberk wrote:Run it in foreground with -f switch and then break it off. (ctrl-c)
Now you have a settings file (i hope)
I probably should have mentioned it's running from a SSH session with no desktop, so foreground isn't an option (i think).
I'm running the CLI version and started the app by running 'transmission-daemon'
should be in ~/.config/transmission-daemon then.