You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
.drone.yml | 4 months ago | |
.env.sample | 1 year ago | |
.gitignore | 2 years ago | |
README.md | 1 year ago | |
compose.yml | 1 year ago |
README.md
{{ .Name }}
{{ .Description }}
- Category: {{ .Category }}
- Status: {{ .Status }}
- Image: {{ .Image }}
- Healthcheck: {{ .Healthcheck }}
- Backups: {{ .Backups }}
- Email: {{ .Email }}
- Tests: {{ .Tests }}
- SSO: {{ .SSO }}
Quick start
abra app new {{ .Name }} --secrets
abra app config <app-name>
abra app deploy <app-name>
For more, see docs.coopcloud.tech
.