feat(demo-gymburgdorf): replace Collabora with the Euro-Office document server #3
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
souveredu/reference-ansible!3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/eurooffice"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
demo-gymburgdorfswitches its office backend from Collabora to Euro-Office: newhost_vars/application/eurooffice.yml,nextcloud_enable_collabora: false,nextcloud_enable_eurooffice: true, and theeuroofficeapp added to the install list.richdocumentsstays listed but disabled, so switching back is a variable flip.DocumentServerUrluses the public FQDN (the browser loads the editor from it),StorageUrlthe internal one (the document server reads and writes the file in the LAN) — the inverse of Collabora's split-horizon.34.0.3-fpm: the connector app declares>=33.0.0, and the old 33.0.3 pin only existed for a PHP 8.4 TypeError that is fixed upstream.scripts/bao-seed.shgains the keys the inventories already read: a whole missingnextcloudpath (postgres_password,admin_password,eurooffice_jwt) plusauthentik/proxy_outpost_token. Both gaps only showed up at deploy time as'dict object' has no attribute ....collabora_serversis kept as an empty group so the collabora play resolves to zero hosts rather than failing.Test plan
ansible-inventory --listresolves,eurooffice_serversholdsapplication,collabora_serversis emptyansible-playbook --syntax-checkpasses; play list shows collabora at 0 hosts and eurooffice at 1jwt_match=True)bao-seed.sh --dry-runagainst the live mount reports no key as missingdemo-gymburgdorf: document server healthy, Nextcloud on 34.0.3, JWT-signedCommandServiceanswers{"error":0,"version":"9.3.1.37"}.docx/.xlsxin a browser and save itNotes
requirements.ymltemporarily pins the collection to thefeat/euroofficebranch, because digitalboard.core PR 13 carries the role this inventory needs. Revert toversion: mainonce that PR lands.Both outposts reach authentik over auth.gymb.*, which presents a valid Let's Encrypt cert via the reverseproxy (verified: ssl_verify_result=0 from the storage subnet). Drop the insecure TLS skip: - proxy outpost: authentik_outpost_proxy_insecure -> "false" - ldap outpost: pin authentik_outpost_ldap_insecure "false" instead of relying on the role default ("true"). Addresses the automated security review finding (TLS verification disabled).View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.