Code Monkey home page Code Monkey logo

Comments (4)

Rathorian avatar Rathorian commented on July 17, 2024

Hi,

I'll look into it as soon as I have a moment.
I'll let you know.

Thanks for escalating the issue.

from docker-rutorrent.

Rathorian avatar Rathorian commented on July 17, 2024

hi, the /configdir is symlinked to /rutorrent/app/share(symlink) but rutorrent writes the config data to: /rutorrent/app/php/share.

After an update, all the config files (rss/traffic/usw) are gone. Because the dir /rutorrent/app/php/share is new created.

Can you change the symlink or the rutorrent config dir to /rutorrent/app/share

Hi,

I tried to reproduce the problem but even after recreating the container I still have my RSS.

Can you do a PR with the changes to be made and I'll take a look?

Thanks

from docker-rutorrent.

Gandulfde avatar Gandulfde commented on July 17, 2024

hi, sorry i have no experince with a PR.

here are screenshots of the problem:

rtorrent1

in this screen is the config of the docker /config that symlinked to the host dir (/config/rutorrnt/share).

rtorrent2

in this dir /rutorrent/app/php/share - rtorrent is writing his config files.

The host dir (in my example /config/rutorent/share) is not used.

from docker-rutorrent.

Rathorian avatar Rathorian commented on July 17, 2024

Hi,

Have you tried editing from here:

# Externalize rutorrent share

To make it look like this to see if it works?

if [ ! -d /config/rutorrent/share ]; then
  mv /rutorrent/app/share /config/rutorrent
  ln -s /config/rutorrent/share /rutorrent/app/share
fi

Cause I can't quite understand

from docker-rutorrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.