Compare commits

..
1 Commits
Author SHA1 Message Date
autonomic-bot 441c411c88 ci: cc-ci generic-suite probe (DG6)
cc-ci/testme cc-ci: success
2026-05-28 01:46:22 +01:00
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -38,3 +38,5 @@ abra app run YOURAPPDOMAIN app -- bin/manage_users --add admin@ema.il
Uncomment the Anubis compose file from the `.env` file and re-deploy the
app. Don't forget to actually [enable Anubis on the Traefik app
too](https://recipes.coopcloud.tech/traefik)!
# cc-ci generic-suite probe (Phase 1d DG6) — no functional change.
+2 -2
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.11.1
image: quay.io/hedgedoc/hedgedoc:1.10.8
environment:
- CMD_USECDN=false
- CMD_URL_ADDPORT=false
@@ -58,7 +58,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.replacement=https://${DOMAIN}/$${2}"
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.permanent=true"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=3.1.1+1.11.1"
- "coop-cloud.${STACK_NAME}.version=3.0.10+1.10.8"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
healthcheck:
test: 'nodejs -e "http.get(''http://localhost:3000'', (res) => { console.log(''status: '', res.statusCode); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } });"'
-1
View File
@@ -1 +0,0 @@
Important CVE fixes