rottenraptor-server: add radio vhost

This commit is contained in:
Franzi 2025-05-26 17:13:44 +02:00
parent b73a77f956
commit f5617317e2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,13 @@
location / {
proxy_pass http://172.30.17.52:8000/;
proxy_http_version 1.0;
proxy_buffering off;
proxy_read_timeout 7d;
auth_basic "Rotten City Eventradio";
auth_basic_user_file /etc/nginx/radio-htpasswd;
location /admin/ {
deny all;
}
}

View file

@ -53,6 +53,10 @@ domain = "sso.rotten.city"
[metadata.nginx.vhosts.immich]
domain = "immich.rotten.city"
[metadata.nginx.vhosts.radio]
domain = "eventradio.rotten.city"
extras = true
[metadata.php]
packages = [
"xml",