Compare commits
7 Commits
3.0.9+1.10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 29534f28fb | |||
| 8434c5c914 | |||
| 441d2c0006 | |||
| 09bf4d54c5 | |||
| 5c4b99b407 | |||
| cf34b50e44 | |||
| cd4d4313a4 |
10
README.md
10
README.md
@ -20,14 +20,14 @@
|
|||||||
1. Set up Docker Swarm and [`abra`][abra]
|
1. Set up Docker Swarm and [`abra`][abra]
|
||||||
2. Deploy [`coop-cloud/traefik`][compose-traefik]
|
2. Deploy [`coop-cloud/traefik`][compose-traefik]
|
||||||
3. `abra app new hedgedoc`
|
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
|
your Docker swarm box
|
||||||
5. `abra app deploy YOURAPPDOMAIN`
|
5. `abra app deploy YOURAPPDOMAIN`
|
||||||
6. Create initial user:
|
6. Create initial user:
|
||||||
```
|
|
||||||
abra app run YOURAPPDOMAIN app bash
|
```
|
||||||
. /docker-entrypoint.sh -e
|
abra app run YOURAPPDOMAIN app -- bin/manage_users --add admin@ema.il
|
||||||
bin/manage_users
|
```
|
||||||
|
|
||||||
[hedegedoc]: https://github.com/hedgedoc/hedgedoc
|
[hedegedoc]: https://github.com/hedgedoc/hedgedoc
|
||||||
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
|
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: quay.io/hedgedoc/hedgedoc:1.10.7
|
image: quay.io/hedgedoc/hedgedoc:1.11.0
|
||||||
environment:
|
environment:
|
||||||
- CMD_USECDN=false
|
- CMD_USECDN=false
|
||||||
- CMD_URL_ADDPORT=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.replacement=https://${DOMAIN}/$${2}"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.permanent=true"
|
- "traefik.http.middlewares.${STACK_NAME}-redirecthostname.redirectregex.permanent=true"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "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.0+1.11.0"
|
||||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||||
healthcheck:
|
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); } });"'
|
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
release/3.1.0+1.11.0
Normal file
1
release/3.1.0+1.11.0
Normal file
@ -0,0 +1 @@
|
|||||||
|
Important CVE fixes
|
||||||
Reference in New Issue
Block a user