document how to generate the secrets
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Moritz 2024-05-01 12:42:29 +02:00
parent ba63176598
commit ac7fb7c3dd
1 changed files with 5 additions and 2 deletions

View File

@ -23,8 +23,11 @@ Wiki and knowledge base for growing teams
- **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. `abra app deploy YOURAPPNAME`
7. Open the configured domain in your browser to finish set-up
5. Insert secrets:
- `abra app secret insert YOURAPPNAME secret_key v1 $(openssl rand -hex 32)` #12
- `abra app secret generate -a YOURAPPNAME`
6. `abra app deploy YOURAPPNAME`
8. 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