app-platform: remove revoked onlyoffice app

This commit is contained in:
archipelago
2026-06-11 01:03:45 -04:00
parent 881478a873
commit de60f7e21e
22 changed files with 47 additions and 211 deletions

View File

@@ -89,16 +89,6 @@ location /app/lnd/ {
proxy_read_timeout 300s;
proxy_send_timeout 300s;
}
location /app/onlyoffice/ {
proxy_pass http://127.0.0.1:9980/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_hide_header X-Frame-Options;
proxy_hide_header Content-Security-Policy;
}
location /app/jellyfin/ {
proxy_pass http://127.0.0.1:8096/;
proxy_http_version 1.1;