adjust issue_template

This commit is contained in:
basebuilder 2024-02-12 16:28:00 +01:00
parent afbf5c5a6a
commit 37115bcb97
1 changed files with 26 additions and 2 deletions

View File

@ -1,7 +1,31 @@
---
name: "🍳 Recipe Template"
about: "This is a template to help pre-populate Recipe data so that Maintainers can get started as easily as possible on cooking the Recipe you wish for. Please fill in as much as possible!"
title: ""
about: "This template helps pre-populate Recipe data so that Maintainers can get started as easily as possible cooking the Recipe you're wishing for. Please fill in as much as possible!"
title: "App Name"
labels:
- wishlist
---
# App Name
[App Name](https://website-or-sourceode.org) app description goes here...
<!-- metadata -->
* **Category**: Apps
* **Status**: N/A, alpha
* **Image**: [`owner/app-name`](https://hub.docker.com/r/owner/app-name), 2, 3rd-party
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: N/A
<!-- endmetadata -->
## Basic usage
1. Set up Docker Swarm and [`abra`](https://git.coopcloud.tech/coop-cloud/abra)
2. Deploy [`coop-cloud/recipe-name`](https://git.coopcloud.tech/coop-cloud/recipe-name)
3. `abra app new app-name --secrets` (optionally with `--pass` if you'd like to save secrets in `pass`)
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN`
6. Open the configured domain in your browser to finish set-up