forked from hswaw/hscloud
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>
This commit is contained in:
parent
7f5f2099c5
commit
a7af16d37a
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue