file doesn't work unless it's a secret.

instead, we want to use webpassword and set an initial value, then
change it using the podman
This commit is contained in:
tdback 2024-11-12 20:34:11 -05:00
parent 75ffe93bd1
commit 49a9a24c75

View file

@ -22,7 +22,7 @@ in
]; ];
environment = { environment = {
TZ = "America/Detroit"; TZ = "America/Detroit";
WEBPASSWORD_FILE = "${directory}/webpass"; WEBPASSWORD = "CHANGE_ME_PLEASE!";
FTLCONF_LOCAL_IPV4 = ip; FTLCONF_LOCAL_IPV4 = ip;
INTERFACE = interface; INTERFACE = interface;
}; };