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:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user