docs: add Nextcloud Office (Euro-Office) section to admin manual#15110
Open
chrip wants to merge 2 commits into
Open
docs: add Nextcloud Office (Euro-Office) section to admin manual#15110chrip wants to merge 2 commits into
chrip wants to merge 2 commits into
Conversation
…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>
Contributor
📖 Documentation Preview📄 8 changed documentation pages
Last updated: Wed, 10 Jun 2026 19:48:39 GMT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ 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