public-access-proxy: add pretalx, vaultwarden

This commit is contained in:
Sandro - 2023-12-16 18:49:50 +01:00
parent 959a51ec41
commit 971693ceb2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,12 @@
} {
hostNames = [ "home-assistant.hq.c3d2.de" ];
proxyTo.host = hostRegistry.home-assistant.ip4;
} {
hostNames = [ "pretalx.c3d2.de" "pretalx.datenspuren.de" "talks.datenspuren.de" ];
proxyTo.host = hostRegistry.pretalx.ip4;
} {
hostNames = [ "vaultwarden.c3d2.de" ];
proxyTo.host = hostRegistry.vaultwarden.ip4;
} ];
};