move homeassistant to caddy with authentik
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user