1
0
Fork 0

hswaw/machines/customs: add htpasswd file support, expose label

This allows for generic service access to hswaw LAN sites.

Change-Id: I2b290b19ae83496d6b878005ae1c57b0d3955e73
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1603
Reviewed-by: vuko <vuko@hackerspace.pl>
master
informatic 2023-09-19 20:10:57 +02:00 committed by informatic
parent 7f5f2099c5
commit a7af16d37a
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ let
beyondspaceDomains = {
"inventory.waw.hackerspace.pl" = "https";
"vending.waw.hackerspace.pl" = "https";
"label.waw.hackerspace.pl" = "http";
};
in with lib; {
@ -15,6 +16,7 @@ in with lib; {
extraConfig = {
oidc-issuer-url = "https://sso.hackerspace.pl";
email-domain = "*";
htpasswd-file = "/var/beyondspace.htpasswd";
};
};