mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Setup albyhub
This commit is contained in:
parent
a3bc876ca8
commit
4eca3364dd
1 changed files with 15 additions and 0 deletions
|
|
@ -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}" = {
|
"matrix.${domain}" = {
|
||||||
listen = [
|
listen = [
|
||||||
{ port = https_port; addr = "0.0.0.0"; ssl = true; }
|
{ port = https_port; addr = "0.0.0.0"; ssl = true; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue