Compare commits

...
Author SHA1 Message Date
autonomic-bot ba679b3e9c chore: upgrade db to pgautoupgrade/pgautoupgrade:17-alpine
cc-ci/testme cc-ci: failure
2026-08-14 02:42:10 +00:00
autonomic-bot 8966fd7126 chore: merge upstream main (hedgedoc 1.11.1, 3.1.1+1.11.1) into upgrade branch
cc-ci/testme cc-ci: success
2026-08-04 00:17:31 +00:00
f b8f0677c1b chore: publish 3.1.1+1.11.1 release 2026-07-24 16:55:02 -03:00
f 4d433bd8ff fix: upgrade to 1.11.1 2026-07-24 16:52:55 -03:00
autonomic-bot c236531def chore: upgrade pgautoupgrade to 18-alpine, pin PGDATA=/var/lib/postgresql/data
cc-ci/testme cc-ci: success
2026-07-03 04:38:52 +00:00
autonomic-bot 341922a2df chore: upgrade pgautoupgrade from 16-alpine to 17-alpine
cc-ci/testme cc-ci: success
2026-06-22 21:33:32 +00:00
f 29534f28fb chore: publish 3.1.0+1.11.0 release 2026-06-18 20:46:03 -03:00
fauno 8434c5c914 Merge pull request 'chore(deps): update quay.io/hedgedoc/hedgedoc docker tag to v1.11.0' (#29) from renovate/quay.io-hedgedoc-hedgedoc-1.x into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/hedgedoc/pulls/29
Reviewed-by: fauno <fauno@sutty.coop.ar>
2026-06-18 23:45:12 +00:00
Renovate Bot 441d2c0006 chore(deps): update quay.io/hedgedoc/hedgedoc docker tag to v1.11.0 2026-06-18 22:08:08 +00:00
f 09bf4d54c5 chore: publish 3.0.10+1.10.8 release 2026-04-15 17:06:10 -03:00
f 5c4b99b407 fix: upgrade to 1.10.8 2026-04-15 17:02:22 -03:00
f cf34b50e44 fix: suggest what you're actually going to find on the env file 2026-04-15 17:01:32 -03:00
f cd4d4313a4 fix: user creation command closes #26 2026-04-15 17:01:07 -03:00
4 changed files with 9 additions and 8 deletions
+5 -5
View File
@@ -20,14 +20,14 @@
1. Set up Docker Swarm and [`abra`][abra]
2. Deploy [`coop-cloud/traefik`][compose-traefik]
3. `abra app new hedgedoc`
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
4. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN`
6. Create initial user:
```
abra app run YOURAPPDOMAIN app bash
. /docker-entrypoint.sh -e
bin/manage_users
```
abra app run YOURAPPDOMAIN app -- bin/manage_users --add admin@ema.il
```
[hedegedoc]: https://github.com/hedgedoc/hedgedoc
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
+1 -1
View File
@@ -14,7 +14,7 @@ services:
secrets:
- db_password
db:
image: pgautoupgrade/pgautoupgrade:16-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
environment:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password
+2 -2
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
app:
image: quay.io/hedgedoc/hedgedoc:1.10.7
image: quay.io/hedgedoc/hedgedoc:1.11.1
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.0.9+1.10.7"
- "coop-cloud.${STACK_NAME}.version=3.1.1+1.11.1"
- "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
@@ -0,0 +1 @@
Important CVE fixes