SiloCityLabs / lochnas

Docker configuration for all-in-one nas setup
https://lochnas.com
GNU General Public License v3.0
50 stars 3 forks source link

Rename variables in config path #19

Closed ldrrp closed 2 years ago

ldrrp commented 3 years ago

Rename multiple variables in config path to allow viper to write to file and sort by variable name since it cannot write to the file as is retaining its order.

Example:

PUID -> GLOBAL_PUID

Create a script to migrate as well.