DietPi-Dashboard icon indicating copy to clipboard operation
DietPi-Dashboard copied to clipboard

feat(config): allow config file migration

Open ravenclaw900 opened this issue 2 years ago • 0 comments

Currently, when updating, the old config file is still used. It would be useful to have it updated with the latest settings, while still preserving the older ones. This would require encoding the TOML, and pulling a newer config file, which shouldn't be too hard. Implementing this would also go along with storing the links, as we could then do it in TOML as well.

ravenclaw900 avatar May 20 '22 13:05 ravenclaw900