Compare commits

...

16 Commits

Author SHA1 Message Date
javielico 73d3cbd42f Adding release notes back 2023-05-29 16:06:53 +01:00
javielico ad59bedf8d Up version to latest stable 22.05.14.3.1 and nginx to 1.24.0 2023-05-08 20:43:05 +01:00
javielico da1835a3a6 Merge pull request 'main' (#1) from coop-cloud/collabora:main into main
Reviewed-on: #1
2023-05-08 19:35:32 +00:00
decentral1se 285efcdf47 chore: publish 2.2.0+22.05.10.1.1 release 2023-02-13 09:53:42 +01:00
3wc 92f92f50fc Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:55 -08:00
3wc dc9f4d771e Add drone configs / secrets [mass update] 2023-01-20 21:32:06 -08:00
3wc da8248dd5f Fix CI by adding networks: [mass update] 2023-01-20 11:58:41 -08:00
3wc 6b8318a28d Automatically generate catalogue on release [mass update]
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
3wc 7a3aa21ffa Update abra syntax in examples (finally) [mass update] 2023-01-19 16:05:06 -08:00
Philipp Rothmann 94a3270991 feat: add frame ancestors variable 2023-01-18 22:03:37 +01:00
3wordchant 2c8c70fc36 Merge pull request 'Up the version of Collabora and Nginx' (#1) from javielico/collabora:main into main
Reviewed-on: coop-cloud/collabora#1
2022-11-12 03:11:30 +00:00
javielico 0468226155
Adding version nginx 1.22.1 and Collabora 22.05.8.2.1 2022-11-11 21:59:13 +00:00
javielico 2702d6e10d Up the version of Collabora and Nginx 2022-11-11 15:52:35 +00:00
decentral1se bb76c64a7f
chore: release 2.1.0+21.11.1.4.1 2022-02-10 11:10:02 +01:00
decentral1se 8cfcf6d31c
docs: wording 2021-12-28 03:47:53 +01:00
decentral1se 7e3056267f
feat: release notes prototype 2021-12-28 01:57:18 +01:00
7 changed files with 36 additions and 14 deletions

View File

@ -3,10 +3,12 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: collabora
networks:
- proxy
generate_secrets: true
purge: true
deploy_key:
@ -16,17 +18,24 @@ steps:
STACK_NAME: collabora
LETS_ENCRYPT_ENV: production
NGINX_CONF_VERSION: v1
LOOLWSD_XML_VERSION: v1
COOLWSD_XML_VERSION: v1
SECRET_ADMIN_PASSWORD_VERSION: v1
trigger:
branch:
- main
---
kind: pipeline
name: recipe release
name: generate recipe catalogue
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
image: plugins/downstream
settings:
command: recipe collabora release
deploy_key:
from_secret: abra_bot_deploy_key
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -4,3 +4,4 @@ LETS_ENCRYPT_ENV=production
NEXTCLOUD_DOMAIN=nextcloud.example.com
ADMIN_USERNAME=admin
SECRET_ADMIN_PASSWORD_VERSION=v1
FRAME_ANCESTORS=

11
2.0.0+21.11.0.5.1 Normal file
View File

@ -0,0 +1,11 @@
Large performance boost on this new version.
It's probably best to undeploy and deploy from scratch when doing this upgrade
as a number of things like env vars have totally changed with this LOOL -> COOL
migration in the new version.
There is also a new admin username/password to deal with in the config.
Read the blog post here for more background info:
https://www.collaboraoffice.com/code-21-11-release-notes/

View File

@ -18,9 +18,9 @@
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 YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
1. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
1. `abra app YOURAPPDOMAIN deploy`
1. `abra app deploy YOURAPPDOMAIN`
## Acknowledgements

View File

@ -1,2 +1,2 @@
export NGINX_CONF_VERSION=v2
export COOLWSD_XML_VERSION=v1
export COOLWSD_XML_VERSION=v2

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: "nginx:1.21.4"
image: "nginx:1.24.0"
environment:
- STACK_NAME
- DOMAIN=${DOMAIN}
@ -24,7 +24,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: "collabora/code:21.11.0.5.1"
image: "collabora/code:22.05.14.3.1"
cap_add:
- MKNOD
secrets:
@ -39,11 +39,12 @@ services:
- DOMAIN=${DOMAIN}
- DONT_GEN_SSL_CERT=true
- NEXTCLOUD_DOMAIN=${NEXTCLOUD_DOMAIN}
- FRAME_ANCESTORS
networks:
- internal
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=2.0.0+21.11.0.5.1"
- "coop-cloud.${STACK_NAME}.version=2.3.0+22.05.14.3.1"
networks:
proxy:

View File

@ -125,7 +125,7 @@
<host desc="The IPv4 private 10.0.0.0/8 subnet (Podman).">10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
</post_allow>
<frame_ancestors desc="Specify who is allowed to embed the LO Online iframe (coolwsd and WOPI host are always allowed). Separate multiple hosts by space."></frame_ancestors>
<frame_ancestors desc="Specify who is allowed to embed the LO Online iframe (coolwsd and WOPI host are always allowed). Separate multiple hosts by space.">{{ env "FRAME_ANCESTORS" }}</frame_ancestors>
<connection_timeout_secs desc="Specifies the connection, send, recv timeout in seconds for connections initiated by coolwsd (such as WOPI connections)." type="int" default="30"></connection_timeout_secs>
<!-- this setting radically changes how online works, it should not be used in a production environment -->