Open-Xchange App Suite Integration? #3276
|
I noticed some config variables for the Open Xchange App Suite API -- is there a planned integration for that? Otherwise, what are the variables for? I run App Suite as my webmail client, but dislike their OX Drive & Office Suite. So, if OpenCloud could replace that part, it'd be really cool. The variables are located near the bottom of this list: https://docs.opencloud.eu/docs/dev/server/services/web/environment-variables |
Replies: 1 comment 1 reply
|
Those variables configure a released but narrow contact/mail integration. They do not make OpenCloud a replacement backend for OX Drive or OX Office. In OpenCloud server 7.4.0 with web 7.3.0, the intended configuration is: WEB_OPTION_OX_APP_SUITE_ENABLED: "true"
WEB_OPTION_OX_APP_SUITE_API_URL: "https://your-ox-host/<middleware-api-base>"The URL must be the OX Middleware HTTP API base for which appending What the released integration does is:
That behavior is documented in the merged OX contact-invite PR and matches the released client's two OX operations: Two deployment details matter:
A practical verification is to open browser DevTools, invite a non-OpenCloud email/contact while sharing a normal file, and confirm requests go to I could not find a published release or roadmap commitment that extends this to replacing OX Drive or OX Office. The current public implementation is specifically contact lookup plus delivery of an OpenCloud public link. So the variables are useful with your App Suite deployment today, but they do not indicate storage/editor integration by themselves. |
Those variables configure a released but narrow contact/mail integration. They do not make OpenCloud a replacement backend for OX Drive or OX Office.
In OpenCloud server 7.4.0 with web 7.3.0, the intended configuration is:
The URL must be the OX Middleware HTTP API base for which appending
/addressbooksand/mail/composereaches those APIs; it is not the normal App Suite UI URL unless that URL is also your API base.What the released integration does is: