-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prevent config.json from being overwritten by apt upgrade #4394
Comments
This is more of an internal config file, if you want to change options you should build it yourself, as per instructions in Readme. It is used for per-build data really |
for now you could make it immutable https://www.cyberciti.biz/tips/linux-password-trick.html |
This is intentional as it is a build configuration file rather than a user configuration |
Last I pestered someone, namely Dave, he said this was completely intentional and that adding an override file i.e /etc/riot/config.json was not wanted at the time |
Possible via #8983 by specifying the path of your config.json from which override values will be sourced |
See the README for more detail on how to use a local config override. |
I installed the riot-web package via the debian package resource and set all the url's in the config.json under /opt/Riot/resources/webapp/
If i update the package, I have to redo this. The config file gets overwritten. Is it possible to move this one to /etc or something else?
Ubuntu 16.04
The text was updated successfully, but these errors were encountered: