Merge pull request #470 from genebean/albyhub

Setup albyhub
This commit is contained in:
Gene Liverman 2024-12-17 13:35:36 -05:00 committed by GitHub
commit c4844a7f85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,21 @@ in {
};
};
};
"albyhub.${domain}" = {
listen = [
{ port = https_port; addr = "0.0.0.0"; ssl = true; }
{ port = https_port; addr = "[::]"; ssl = true; }
];
enableACME = true;
acmeRoot = null;
forceSSL = true;
# basicAuthFile = config.sops.secrets.owntracks_basic_auth.path;
# Albyhub container
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
proxyWebsockets = true;
};
};
"matrix.${domain}" = {
listen = [
{ port = https_port; addr = "0.0.0.0"; ssl = true; }