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