The default recipe template
Go to file Use this template
decentral1se ec1addc265
fix: use comments for .drone since not templated
I'm not sure updating `abra` to template these files is the best idea as
I'm actually hoping we'll be migrating away from this in the future. For
now, I use comments instead of leaving the ugly `{{ ... }}` in the file.
2025-01-03 17:56:54 +01:00
release fix: include release dir 2025-01-03 17:15:54 +01:00
.drone.yml fix: use comments for .drone since not templated 2025-01-03 17:56:54 +01:00
.env.sample fix: we don't have domain at creation time 2022-04-21 09:27:48 +02:00
.gitignore Support Golang templating 2021-07-25 19:28:58 +02:00
compose.yml fix: add version placeholder 2021-12-25 14:53:30 +01:00
README.md use <>, not parsed 2021-12-27 03:14:19 +01:00

{{ .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.