rpi4: fix authelia ports
This commit is contained in:
parent
c415426c49
commit
28cc213ff2
@ -93,11 +93,21 @@
|
|||||||
session.domain = "${opts.domain}";
|
session.domain = "${opts.domain}";
|
||||||
notifier.filesystem.filename = "/var/lib/authelia-${inst}/notification.txt";
|
notifier.filesystem.filename = "/var/lib/authelia-${inst}/notification.txt";
|
||||||
authentication_backend.file.path = config.age.secrets.authelia-users.path;
|
authentication_backend.file.path = config.age.secrets.authelia-users.path;
|
||||||
|
server.port = lib.mkIf (opts ? port) (opts.port or null);
|
||||||
};
|
};
|
||||||
}) {
|
}) {
|
||||||
main.domain = "protogen.io";
|
main = {
|
||||||
nbt-sh.domain = "nbt.sh";
|
domain = "protogen.io";
|
||||||
proot-link.domain = "proot.link";
|
# port = 9091 # default
|
||||||
|
};
|
||||||
|
nbt-sh = {
|
||||||
|
domain = "nbt.sh";
|
||||||
|
port = 9092;
|
||||||
|
};
|
||||||
|
proot-link = {
|
||||||
|
domain = "proot.link";
|
||||||
|
port = 9093;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user