docker migration + giving up on collabora

This commit is contained in:
2023-12-20 20:33:39 -06:00
parent 239dd9710a
commit 67a5e79952
4 changed files with 79 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
let
localhost = "127.0.0.1";
workstation = "192.168.1.64";
collabora = "https://127.0.0.1:9980";
collabora = "http://127.0.0.1:9980";
jellyfinPort = "8096";
nextcloudPort = 80;
flamePort = 5005;
@@ -75,7 +75,6 @@ in {
map $request_uri $h264Level { ~(h264-level=)(.+?)& $2; }
map $request_uri $h264Profile { ~(h264-profile=)(.+?)& $2; }
## upload configs
proxy_read_timeout 600;
proxy_connect_timeout 600;
@@ -251,6 +250,12 @@ in {
enableACME = true;
http2 = true;
serverAliases = [ "cloud.rotehaare.art" ];
locations = {
"/".proxyWebsockets = true;
# uh, equals what?
"~ ^/nextcloud/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|oc[ms]-provider/.+|.+/richdocumentscode/proxy).php(?:$|/)" =
{ };
};
};
};
};