move homeassistant to caddy with authentik

This commit is contained in:
2024-11-16 16:33:05 +01:00
parent e4656171e1
commit 9fe3566929
2 changed files with 29 additions and 24 deletions

View File

@@ -53,29 +53,6 @@ server {
}
}
server {
# homeassistant
listen 80;
server_name ha.rik.veenboer.xyz;
location / {
proxy_pass http://host:8123;
include /etc/nginx/conf/proxy.conf;
}
}
server {
# homeassistant
listen 80;
server_name ha-loazrzzxydfxopwi.rik.veenboer.xyz;
location / {
proxy_pass http://host:8123;
include /etc/nginx/conf/proxy.conf;
proxy_set_header X-Forwarded-Preferred-Username rik;
}
}
server {
# homarr
listen 80;