diameter / rtorrent-rutorrent

Docker container with supervisor/rtorrent/nginx/ruTorrent 64/32 bit
155 stars 72 forks source link

Some settings are lost after container restart. #48

Open javydekoning opened 6 years ago

javydekoning commented 6 years ago

e.g. the default download directory (I use a subfolder of /downloads and use Sonarr/Radarr to move the files).

Ratio groups also seem to get lost after a container upgrade (issue for autodl-irssi download actions).

leviwheatcroft commented 6 years ago

are you mapping /downloads to an external volume with sometihnig like -v /path/on/host:/downloads

javydekoning commented 6 years ago

Yes, I do.

    volumes: 
      - ./downloads:/downloads  

Ratio Groups are fine now. It's just that the default download directory gets pushed back to the root of '/downloads' after every restart.

cactushydrocodone commented 6 years ago

Thats normal, as rutorrent settings get lost if you restart the container. They are not permanent. See the rutorrent / rtorrent page of the original developer for that.

Nabukodonosor commented 2 years ago

That's horrible! I have to set everything up every time my container restarts. I can't believe that's a feature, and not a bug.

cactushydrocodone commented 2 years ago

@Nabukodonosor rutorrent has a settings file in which you can configure the stuff you want. rutorrent just has no feature that allows saving configuration to this file.

Nabukodonosor commented 2 years ago

You mean .rtorrent.rc file? Even if I save settings to this file, everything is back to default once the container restarts.

cactushydrocodone commented 2 years ago

@Nabukodonosor No thats the configuration file for rtorrent, i meant the configfile for rutorrent.

Nabukodonosor commented 2 years ago

What file is that?