From 049b7f3beea0df3b3d69c856c220f782bb1e2dd9 Mon Sep 17 00:00:00 2001 From: Hattshire Date: Sat, 24 Jan 2026 06:47:18 -0300 Subject: [PATCH 1/2] Remove old proxifyed route --- images/ngx/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/images/ngx/nginx.conf b/images/ngx/nginx.conf index 454b9b8..f213ba8 100644 --- a/images/ngx/nginx.conf +++ b/images/ngx/nginx.conf @@ -184,8 +184,5 @@ http { location / { try_files $uri $uri/ /index.php$request_uri; } - location /simliveradio { - proxy_pass http://simliveradio.stream.laut.fm/simliveradio; - } } } From bbcb6f78f22c89c35abc909c28f34eb40b194bbe Mon Sep 17 00:00:00 2001 From: Hattshire Date: Mon, 25 May 2026 02:30:19 -0400 Subject: [PATCH 2/2] [Collabora] Mount a tmpfs on /opt as it's modified by collabora on each run. --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 5141ca5..cc7c855 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -103,3 +103,5 @@ services: volumes: - type: tmpfs target: /tmp:exec + - type: tmpfs + target: /opt:exec