6 lines
165 B
Bash
6 lines
165 B
Bash
USER_UID="1000"
|
|
USER_GID="1000"
|
|
NFS_ADDR="nas.local"
|
|
HOMARR_CONFIG_MNT=":/var/nfs/shared/<mnt>/homarr/config"
|
|
HOMARR_ICONS_MNT=":/var/nfs/shared/<mnt>/homarr/icons"
|