Compare commits

...
7 Commits
Author SHA1 Message Date
3wordchant 00cca6829f docs: Tweak README
continuous-integration/drone/push Build is failing
2026-08-14 14:52:47 -05:00
3wordchant 523eed8344 docs: Yeet more ballast
continuous-integration/drone/push Build is failing
2026-08-13 12:56:31 -05:00
3wordchant eb9856946d docs: Remove ballast README steps 2026-08-13 12:55:51 -05:00
javielico 78273273ad chore: publish 3.0.2+1.9.2 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-08-10 20:28:16 +01:00
javielico 93aa1ca3f6 chore: update image tags 2026-08-10 20:28:12 +01:00
javielico 34ab9ef47e chore: publish 3.0.1+1.9.1 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-08-10 20:26:31 +01:00
javielico 0b2b117885 chore: update image tags 2026-08-10 20:26:19 +01:00
2 changed files with 7 additions and 10 deletions
+5 -8
View File
@@ -19,15 +19,12 @@ Wiki and knowledge base for growing teams
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
3. `abra app new ${REPO_NAME}`
- **WARNING**: Choose "n" when `abra` asks if you'd like to generate secrets
4. `abra app config YOURAPPNAME` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
5. Insert secrets:
- `abra app secret insert YOURAPPNAME secret_key v1 $(openssl rand -hex 32)` #12
3. `abra app new outline`
4. Insert secrets:
- `abra app secret insert YOURAPPNAME secret_key v1 $(openssl rand -hex 32)`
- `abra app secret generate -a YOURAPPNAME`
6. `abra app deploy YOURAPPNAME`
8. Open the configured domain in your browser to finish set-up
5. `abra app deploy YOURAPPNAME`
6. Open the configured domain in your browser to finish set-up
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik
+2 -2
View File
@@ -6,7 +6,7 @@ services:
networks:
- backend
- proxy
image: outlinewiki/outline:1.9.0
image: outlinewiki/outline:1.9.2
secrets:
- db_password
- secret_key
@@ -34,7 +34,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.0.0+1.9.0"
- "coop-cloud.${STACK_NAME}.version=3.0.2+1.9.2"
# Redirect from EXTRA_DOMAINS to DOMAIN
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"