Compare commits

...
3 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
+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