How to configure without persistent storage #855
-
I would like to use this as a downloader only, no persisted configs. I see a bunch of configs at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can force config values but you'd still need the This is certainly possible, I can walk you through how to set that up. In the
The major caveat here is that the settings menu would still be accessible. There's an issue available for that (#545) Btw, the config file you mentioned is just the dev one. The real one is in |
Beta Was this translation helpful? Give feedback.
Ah ok I misunderstood, yeah there's not really a way to avoid having the config.
The way it currently works is that there are environment variables (see here for a slightly outdated list) but that only overrides the settings at startup. We could definitely have an option where you can ditch the configs/settings menu and for every environment variable not set, it will just use the default.
Just curious on your setup, if you have a volume for your downloaded files can't you do the same for the
appdata
directory (where the config is stored)?