example/README.md

31 lines
729 B
Markdown
Raw Normal View History

2021-07-25 15:11:18 +00:00
# {{ .Name }}
2020-09-26 09:12:24 +00:00
2021-07-25 15:11:18 +00:00
{{ .Description }}
2020-09-26 09:12:24 +00:00
<!-- metadata -->
2021-07-25 15:11:18 +00:00
* **Category**:
* **Status**:
* **Image**:
* **Healthcheck**:
* **Backups**:
* **Email**:
* **Tests**:
* **SSO**:
2021-07-25 15:11:18 +00:00
<!-- endmetadata -->
2020-09-26 09:12:24 +00:00
## Basic usage
1. Set up Docker Swarm and [`abra`]
2021-01-05 22:00:14 +00:00
2. Deploy [`coop-cloud/traefik`]
3. `abra app new ${REPO_NAME} --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
2021-01-05 22:00:14 +00:00
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
2020-09-26 09:12:24 +00:00
your Docker swarm box
2021-01-05 22:00:14 +00:00
5. `abra app YOURAPPDOMAIN deploy`
6. Open the configured domain in your browser to finish set-up
2020-09-26 09:12:24 +00:00
2021-07-25 15:11:18 +00:00
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik