docs: add Nextcloud Office (Euro-Office) section to admin manual - #15110
Conversation
📖 Documentation Preview📄 8 changed documentation pages
Last updated: Wed, 17 Jun 2026 12:15:26 GMT |
…ce nav Nextcloud Office (powered by Euro-Office Document Server) becomes the default office solution in Nextcloud. Add a dedicated documentation section with installation guides for Ubuntu, Debian, and Docker, plus connector app configuration reference. Navigation changes: - office/index.rst now introduces both solutions (Nextcloud Office + Collabora Online) - New euro-office/ section: installation overview, per-platform install guides, configuration - New collabora_online.rst wrapper page so Collabora docs appear under "Collabora Online" in the sidebar (existing Collabora pages unchanged, no redirects needed) Assisted-by: claude-code:claude-sonnet-4-6 Signed-off-by: Christoph Schaefer <christoph.schaefer@nextcloud.com>
- Rewrite configuration page to match actual settings.php UI structure exactly: server settings, common settings, editor customization, common templates, security/watermarks — with correct field labels - Add Docker Compose example for internal URL configuration - Fix verify_peer_off config.php value (must be string "true", not bool) - Add eurooffice:documentserver occ command (without --check prints URL) - Fix installation overview: remove H2 sections so sub-pages appear correctly in sidebar navigation - Fix heading overline length on euro-office/index.rst Assisted-by: claude-code:claude-sonnet-4-6 Signed-off-by: Christoph Schaefer <christoph.schaefer@nextcloud.com>
fea7c2d to
1ba014d
Compare
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/documentation/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
|
@chrip would you mind resolving the issue with the OCC commands? Currently the CI is read on main:
(it was already red in this PR when merging 🙈 ) |
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
☑️ Resolves
relates to Nextcloud Office (Euro-Office) becoming the default office solution in Nextcloud
Summary
Nextcloud Office, powered by Euro-Office Document Server, is becoming the default office
solution in Nextcloud. This PR adds a dedicated documentation section and restructures the
Office navigation to present both solutions clearly.
Navigation changes:
office/index.rstnow introduces both Nextcloud Office and Collabora Onlineeuro-office/section underoffice/for Nextcloud Office documentationcollabora_online.rstwrapper so existing Collabora docs appear under"Collabora Online" in the sidebar — no files moved, no redirects needed
New pages (
admin_manual/office/euro-office/):index.rst— Nextcloud Office section overviewinstallation.rst— installation overview with supported platform tableinstallation_ubuntu.rst— step-by-step guide for Ubuntu 24.04 LTSinstallation_debian.rst— step-by-step guide for Debian 12 (Bookworm)installation_docker.rst— Docker installation with full environment variable referenceconfiguration.rst— connector app install, admin UI settings (matching actualsettings.phpstructure), Docker Compose internal URL example, occ commands,config.php reference
All installation guides are verified on real machines. Configuration page field labels
match the actual admin UI from the
euroofficeapp source.🖼️ Screenshots
✅ Checklist
codespellor similar and addressed any spelling issuesAssisted-by: claude-code:claude-sonnet-4-6