From 37115bcb97afd9771fd6e894eb9a191176727b53 Mon Sep 17 00:00:00 2001 From: basebuilder Date: Mon, 12 Feb 2024 16:28:00 +0100 Subject: [PATCH] adjust issue_template --- .gitea/issue_template/recipe.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template/recipe.md b/.gitea/issue_template/recipe.md index d5bcfec..7fa5a08 100644 --- a/.gitea/issue_template/recipe.md +++ b/.gitea/issue_template/recipe.md @@ -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... + + +* **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 + + +## 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