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:
parent
75ffe93bd1
commit
49a9a24c75
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue