Code Monkey home page Code Monkey logo

Comments (5)

bertybassett avatar bertybassett commented on May 20, 2024

in docker under container stop container and click edit. from there you can change each option but you need to press enter after each change. change upload speed to 100 then press enter , change download speed to 100 then press enter

from docker-transmission-openvpn.

mrwolf78 avatar mrwolf78 commented on May 20, 2024

I tried adding the variable TRANSMISSION_RATIO_LIMIT, but it says it's an invalid variable.

from docker-transmission-openvpn.

haugene avatar haugene commented on May 20, 2024

Transmission reads settings.json on startup and writes the same values back to the file when it quits, to avoid tampering at runtime. The container will generate a new settings.json on each startup based on the env variables and this is the way to go to change them.

You don't provide much information though. Do you have logs? Content of your settings.json if you set the RATIO_LIMIT variable?

but it says it's an invalid variable

Who says that? Synology? The container?

For it to actually work you need to set both ratio limit and the enabled flag. See https://github.com/haugene/docker-transmission-openvpn/blob/master/transmission/settings.tmpl#L43 at lines 43-44.

Check it out and ask if you can't make it work. But you need to give me more info if I should be able to reproduce it.

from docker-transmission-openvpn.

haugene avatar haugene commented on May 20, 2024

I just ran the container with the following settings (using docker-compose syntax):
TRANSMISSION_RATIO_LIMIT: 2
TRANSMISSION_RATIO_LIMIT_ENABLED: "true"

And it was correctly set in my settings.json
"ratio-limit": 2,
"ratio-limit-enabled": true,

from docker-transmission-openvpn.

haugene avatar haugene commented on May 20, 2024

Closing due to inactivity. Raise another issue if you're still having problems.

from docker-transmission-openvpn.

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.