linuxserver / docker-transmission

GNU General Public License v3.0
595 stars 185 forks source link

umask for transmission configuration #192

Closed gladiacxtylish closed 2 years ago

gladiacxtylish commented 2 years ago

linuxserver.io


Desired Behavior

The transmission settings.json has a field umask for setting the file umask for the download files.

Current Behavior

Currently, there is no way to set this value, and the default is always set to 2.

Alternatives Considered

The documentation states a config Umask for running applications, but that is the umask for something else.

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

thelamer commented 2 years ago

In general there are a lot of settings in settings.json. Instead of making env vars for them or substituting in on config would it not make more sense for power users to simply either edit this file directly or mount what they want in ?

gladiacxtylish commented 2 years ago

I try to avoid manual editing the file to achieve automating the process. Is there a way to have a generic way to set the config values, like a key value map, that way maintainers do need to have an env var for each config.