feat: make it possible to start the collaboration service in the single process (#1569)

* feat: make it possible to start the collaboration service in the single process

* feat: add proxy policy
This commit is contained in:
Michael Barz
2025-09-26 09:08:20 +02:00
committed by GitHub
parent a2f59ce15b
commit e7b7ceafd5
3 changed files with 12 additions and 4 deletions
@@ -272,6 +272,12 @@ func DefaultPolicies() []config.Policy {
Endpoint: "/auth-app/tokens",
Service: "eu.opencloud.web.auth-app",
},
{
Endpoint: "/wopi",
Service: "eu.opencloud.web.collaboration.Collabora",
Unprotected: true,
SkipXAccessToken: true,
},
},
},
}