collabora->onlyoffice

This commit is contained in:
mjallen18
2025-01-25 14:07:36 -06:00
parent e983e5b47c
commit 88c98a2230
6 changed files with 48 additions and 23 deletions

View File

@@ -107,6 +107,11 @@ in
];
};
};
onlyoffice-websocket = {
headers.customrequestheaders = {
X-Forwarded-Proto = "https";
};
};
# test-errors = {
# errors = {
# status = [
@@ -186,6 +191,7 @@ in
entryPoints = [ "websecure" ];
rule = "Host(`office.${domain}`)";
service = "collabora";
middlewares = "onlyoffice-websocket";
tls.certResolver = "letsencrypt";
};
cloud = {