21 Commits

Author SHA1 Message Date
2891d7c898 chore: publish 2.6.0+7.4.0 release 2023-07-25 12:08:03 +02:00
f1a5a09dc7 chore: publish 2.5.1+7.3.3 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-18 18:39:50 +02:00
4b9c7a8c1a add auto update and timeout env
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-18 18:22:29 +02:00
29488fd16d add timeout label
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-18 13:00:05 +02:00
ee332f5edd chore: publish 2.5.0+7.3.3 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-05 17:48:38 +02:00
fce4120f09 update drone
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-03-13 18:35:54 +01:00
cb08027aed chore: publish 2.4.1+7.3.0 release
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-03-13 18:02:29 +01:00
364d87db5f update README 2023-03-13 17:57:39 +01:00
1ed3618203 fix: append to local.json instead of overwriting it
local.json is automatically generated and can change due to updates,
to prevent breaking changes, only append the necssary config
using a custom entrypoint.
2023-03-13 17:28:57 +01:00
0ee47375be chore: publish 2.4.0+7.3.0 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-01 17:11:32 +01:00
f1c04acbf0 chore: publish 2.3.0+7.2.2 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-26 22:01:34 +01:00
89ca6f28d6 chore: publish 2.2.0+7.2.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-26 15:23:50 +01:00
a2da977365 chore: publish 2.1.0+7.2.0 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-26 14:53:21 +01:00
3wc
fc5a011cee Switch to self-hosted stack-ssh-deploy image [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-21 11:49:56 -08:00
3wc
cab00b6823 Add drone configs / secrets [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-20 21:32:06 -08:00
3wc
40ebabd93e Fix CI by adding networks: [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-20 11:58:41 -08:00
3wc
dc6bb69b12 Automatically generate catalogue on release [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
3wc
5a3d27754b Update abra syntax in examples (finally) [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-19 16:02:28 -08:00
bc039e8bb2 fix release notes
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-09 10:57:29 +02:00
655483d7f5 chore: publish 2.0.0+7.1.1 release
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-09 10:49:45 +02:00
40438168ff align with the upstream docker-compose (#5)
Some checks failed
continuous-integration/drone/push Build is failing
This upgrades onlyoffice to v7, adds a seperate postgresdb + rabbitmq and adds env variables for the forcesave option.

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Reviewed-on: #5
2022-08-09 08:46:01 +00:00
8 changed files with 199 additions and 18 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: onlyoffice
networks:
- proxy
generate_secrets: true
purge: true
deploy_key:
@ -15,16 +17,24 @@ steps:
DOMAIN: onlyoffice.swarm-test.autonomic.zone
STACK_NAME: onlyoffice
LETS_ENCRYPT_ENV: production
ENTRYPOINT_VERSION: v1
SECRET_DB_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 onlyoffice 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

@ -1,3 +1,15 @@
TYPE=onlyoffice
DOMAIN=onlyoffice.example.com
TIMEOUT=300
ENABLE_AUTO_UPDATE=true
LETS_ENCRYPT_ENV=production
DOMAIN=onlyoffice.example.com
SECRET_DB_PASSWORD_VERSION=v1
AUTO_ASSEMBLY_ENABLED=false
AUTO_ASSEMBLY_INTERVAL=5min
AUTO_ASSEMBLY_STEP=1min
#
# Uncomment to enable JWT Secret
# COMPOSE_FILE=compose.yml:compose.jwt.yml
# SECRET_JWT_SECRET_VERSION=v1

View File

@ -7,17 +7,21 @@
* **Category**: Apps
* **Status**: 3, stable
* **Image**: [`onlyoffice`](https://hub.docker.com/r/onlyoffice/documentserver/), 4, upstream
* **Healthcheck**: No
* **Healthcheck**: Yes
* **Backups**: No
* **Email**: 3
* **Email**: N/A
* **Tests**: 2
* **SSO**: No
<!-- endmetadata -->
## Basic usage
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
your Docker swarm box
1. `abra app YOURAPPDOMAIN deploy`
* `abra app new onlyoffice`
* `abra app config <app-name>`
- uncomment `COMPOSE_FILE` and `SECRET_JWT_SECRET_VERSION` to enable JWT Secret
* `abra app secret generate -a <app-name>`
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech) and [`ONLYOFFICE/Docker-DocumentServer`](https://github.com/ONLYOFFICE/Docker-DocumentServer).
[Official Onlyoffice docker compose](https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/docker-compose.yml)

View File

@ -0,0 +1,5 @@
export ENTRYPOINT_VERSION=v1
prepare_shutdown () {
documentserver-prepare4shutdown.sh
}

15
compose.jwt.yml Normal file
View File

@ -0,0 +1,15 @@
version: '3.8'
services:
app:
environment:
- JWT_ENABLED=true
- JWT_HEADER=Authorization
- JWT_IN_BODY=true
- JWT_SECRET_FILE=/run/secrets/jwt_secret
secrets:
- jwt_secret
secrets:
jwt_secret:
external: true
name: ${STACK_NAME}_jwt_secret_${SECRET_JWT_SECRET_VERSION}

View File

@ -1,20 +1,100 @@
version: "3.8"
version: '3.8'
services:
app:
image: "onlyoffice/documentserver:6.3"
image: onlyoffice/documentserver:7.4.0
depends_on:
- db
- rabbitmq
stdin_open: true
networks:
- proxy
- internal
environment:
DB_TYPE: postgres
DB_HOST: db
DB_PORT: 5432
DB_NAME: onlyoffice
DB_USER: onlyoffice
DB_PWD_FILE: /run/secrets/db_password
AMQP_URI: amqp://guest:guest@rabbitmq
AUTO_ASSEMBLY_ENABLED:
AUTO_ASSEMBLY_INTERVAL:
AUTO_ASSEMBLY_STEP:
secrets:
- db_password
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/welcome"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
configs:
- source: entrypoint
target: /custom-entrypoint.sh
mode: 555
entrypoint: /custom-entrypoint.sh
deploy:
update_config:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.app.version=6.3-
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-fwdproto"
- "traefik.http.middlewares.${STACK_NAME}-fwdproto.headers.customRequestHeaders.X-Forwarded-Proto=https"
- "coop-cloud.${STACK_NAME}.version=2.6.0+7.4.0"
rabbitmq:
image: rabbitmq:3.12.2
networks:
- internal
healthcheck:
test: rabbitmq-diagnostics -q ping
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
db:
image: postgres:9.5
environment:
POSTGRES_DB: onlyoffice
POSTGRES_USER: onlyoffice
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
volumes:
- db:/var/lib/postgresql/data
secrets:
- db_password
networks:
- internal
healthcheck:
test: ["CMD", "pg_isready"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
volumes:
db:
networks:
proxy:
external: true
internal:
secrets:
db_password:
external: true
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
configs:
entrypoint:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_VERSION}
file: entrypoint.sh.tmpl
template_driver: golang

37
entrypoint.sh.tmpl Normal file
View File

@ -0,0 +1,37 @@
#!/bin/bash
set -eu
file_env() {
local var="$1"
local fileVar="${var}_FILE"
local def="${2:-}"
if [ "${!var:-}" ] && [ "${!fileVar:-}" ]; then
echo >&2 "error: both $var and $fileVar are set (but are exclusive)"
exit 1
fi
local val="$def"
if [ "${!var:-}" ]; then
val="${!var}"
elif [ "${!fileVar:-}" ]; then
val="$(< "${!fileVar}")"
fi
export "$var"="$val"
unset "$fileVar"
}
file_env "DB_PWD"
file_env "JWT_SECRET"
CONFIG=/etc/onlyoffice/documentserver/local.json
JSON_BIN=/var/www/onlyoffice/documentserver/npm/json
JSON="${JSON_BIN} -q -f ${CONFIG}"
${JSON} -I -e "if(this.services.CoAuthoring.autoAssembly===undefined)this.services.CoAuthoring.autoAssembly={};"
${JSON} -I -e "this.services.CoAuthoring.autoAssembly.enable = ${AUTO_ASSEMBLY_ENABLED}"
${JSON} -I -e "this.services.CoAuthoring.autoAssembly.interval = '${AUTO_ASSEMBLY_INTERVAL}'"
${JSON} -I -e "this.services.CoAuthoring.autoAssembly.step = '${AUTO_ASSEMBLY_STEP}'"
/app/ds/run-document-server.sh

18
release/2.0.0+7.1.1 Normal file
View File

@ -0,0 +1,18 @@
This release upgrades onlyoffice to v7, adds a seperate postgresdb + rabbitmq
and adds env variables for the forcesave option.
Please add this to your .env file:
```
SECRET_DB_PASSWORD_VERSION=v1
AUTO_ASSEMBLY_ENABLED=false
AUTO_ASSEMBLY_INTERVAL=5min
AUTO_ASSEMBLY_STEP=1min
```
If you like to use the forcesave option, set `AUTO_ASSEMBLY_ENABLED=true`.
Don't forget to generate or insert a new db secret: `abra app secret generate onlyoffice.example.org db_password v1`
@yksflip