Compare commits

..
20 Commits
Author SHA1 Message Date
javielico 9ab90f44cc chore: publish 4.2.3+25.04.9.4.1 release 2026-08-10 19:58:01 +01:00
javielico 7f20f6228f chore: update image tags 2026-08-10 19:57:57 +01:00
javielico 2a88aad744 chore: publish 4.2.2+25.04.9.4.1 release 2026-08-10 19:57:47 +01:00
javielico b962190f1e chore: update image tags 2026-08-10 19:57:45 +01:00
javielico 1d8a62ce1f chore: publish 4.2.1+25.04.9.4.1 release 2026-08-10 19:56:49 +01:00
javielico 0e6a240431 chore: update image tags 2026-08-10 19:56:44 +01:00
javielico a76468aba1 chore: publish 4.2.0+25.04.9.4.1 release 2026-08-10 19:56:34 +01:00
javielico 77a09c6630 chore: update image tags 2026-08-10 19:56:32 +01:00
javielico 4fe8c5c5c3 chore: publish 4.1.4+25.04.9.4.1 release 2026-08-10 19:56:15 +01:00
javielico 3bd89f86ab chore: update image tags 2026-08-10 19:56:12 +01:00
javielico f88bffebc7 chore: publish 4.1.3+25.04.9.4.1 release 2026-08-10 19:56:02 +01:00
javielico 15b67e5796 chore: update image tags 2026-08-10 19:56:00 +01:00
javielico 51b8828182 chore: publish 4.1.2+25.04.9.4.1 release 2026-08-10 19:55:50 +01:00
javielico 489be0a71d chore: update image tags 2026-08-10 19:55:48 +01:00
javielico a598dd23be chore: publish 4.1.1+25.04.9.4.1 release 2026-08-10 19:55:36 +01:00
javielico 37ef20f46b chore: update image tags 2026-08-10 19:55:32 +01:00
javielico 5a47b22667 chore: publish 4.1.0+25.04.9.4.1 release 2026-08-10 19:54:52 +01:00
javielico 1f840df6f8 chore: update image tags 2026-08-10 19:54:45 +01:00
javielico 78b96e8785 chore: publish 4.0.3+25.04.9.4.1 release 2026-08-10 19:52:35 +01:00
javielico 5c97c8d3ef chore: update image tags 2026-08-10 19:52:23 +01:00
4 changed files with 3 additions and 14 deletions
-1
View File
@@ -5,4 +5,3 @@ NEXTCLOUD_DOMAIN=nextcloud.example.com
ADMIN_USERNAME=admin
SECRET_ADMIN_PASSWORD_VERSION=v1
FRAME_ANCESTORS=
DICTIONARIES=de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT
-8
View File
@@ -18,22 +18,14 @@
1. Set up Docker Swarm and [`abra`](https://git.autonomic.zone/coop-cloud/abra)
1. Deploy [`coop-cloud/traefik`](https://git.autonomic.zone/coop-cloud/traefik)
1. `abra app new collabora` to install collabora.
1. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
1. `abra app deploy YOURAPPDOMAIN`
1. In nextcloud, go to Admin->Office, select "Use your own server" and enter only the DOMAIN (including https://) in "URL (and Port) of Collabora Online-server".
Admin Interface:
`https://YOURAPPDOMAIN/browser/dist/admin/admin.html`
## Languages for spell checking
To change default languages for spell checking, add or remove language-codes (and optionally country code) from the DICTIONARIES-list when configuring your app. Consult list of [language codes](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) and [country codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes). For example:
`DICTIONARIES=de_DE en_GB en_US es_ES fr_FR da_DK`
## Acknowledgements
Config'd with thanks to [the people behind this article](https://geek-cookbook.funkypenguin.co.nz/recipes/collabora-online/).
+2 -3
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: "nginx:1.29.7"
image: "nginx:1.31.3"
environment:
- STACK_NAME
- DOMAIN=${DOMAIN}
@@ -56,12 +56,11 @@ services:
- DONT_GEN_SSL_CERT=true
- NEXTCLOUD_DOMAIN=${NEXTCLOUD_DOMAIN}
- FRAME_ANCESTORS
- DICTIONARIES
networks:
- internal
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=4.0.2+25.04.9.4.1"
- "coop-cloud.${STACK_NAME}.version=4.2.3+25.04.9.4.1"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
networks:
+1 -2
View File
@@ -7,8 +7,7 @@
<!-- Note: 'default' attributes are used to document a setting's default value as well as to use as fallback. -->
<!-- Note: When adding a new entry, a default must be set in WSD in case the entry is missing upon deployment. -->
<allowed_languages desc="List of supported languages of Writing Aids (spell checker, grammar checker, thesaurus, hyphenation) on this instance. Allowing too many has negative effect on startup performance." default="{{ env "DICTIONARIES" }}">{{ env "DICTIONARIES" }}</allowed_languages>
<allowed_languages desc="List of supported languages of Writing Aids (spell checker, grammar checker, thesaurus, hyphenation) on this instance. Allowing too many has negative effect on startup performance." default="de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru">de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru</allowed_languages>
<sys_template_path desc="Path to a template tree with shared libraries etc to be used as source for chroot jails for child processes." type="path" relative="true" default="systemplate"></sys_template_path>
<child_root_path desc="Path to the directory under which the chroot jails for the child processes will be created. Should be on the same file system as systemplate and lotemplate. Must be an empty directory." type="path" relative="true" default="jails"></child_root_path>