Changes between Version 164 and Version 165 of Faq


Ignore:
Timestamp:
07/02/2016 10:46:36 AM (8 years ago)
Author:
Cas
Comment:

add config detail

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v164 v165  
    33<h1 style="text-align: left;">Deluge FAQ</h1> 
    44}}} 
    5 [[PageOutline(1-2,,inline)]] 
     5[[PageOutline(1-3,,inline)]] 
    66 
    77---- 
     
    6363== How do I reset the settings back to default? == 
    6464 
    65 If you don't care about losing your current torrents then delete everything in Deluge's config directory. 
     65If you don't care about losing your current torrents then delete everything in Deluge's [wiki:Faq#WheredoesDelugestoreitssettingsconfig config] directory. 
    6666 
    6767If you do want to keep your current torrents then delete everything except for the `state` folder. 
     
    108108 
    109109 1. Stop the Web UI before modifying the `web.conf` file. 
    110  2. Edit `web.conf` and delete the entire `pwd_sha1` line or use quick method via command-line e.g.: 
     110 2. Edit `web.conf` in [wiki:Faq#WheredoesDelugestoreitssettingsconfig config] and delete the entire `pwd_sha1` line or use quick method via command-line e.g.: 
    111111{{{ 
    112112sed -i.bak "/pwd_sha1/d" ~/.config/deluge/web.conf 
     
    122122 
    123123 1. Stop the Web UI before modifying the `web.conf` file. 
    124  1. Edit `web.conf`, find `"default_daemon"` and set its value to the daemon `id` in `hostlist.conf`[[br]] 
     124 1. Edit `web.conf` in [wiki:Faq#WheredoesDelugestoreitssettingsconfig config], find `"default_daemon"` and set its value to the daemon `id` in `hostlist.conf`[[br]] 
    125125    e.g. To connect to localhost you would open `hostlist.conf` as see a snippet such as: 
    126126{{{