From 6b808890908a17f9070340b2dd2a476589a8b405 Mon Sep 17 00:00:00 2001 From: kimbl Date: Wed, 28 Aug 2024 18:46:38 +0200 Subject: [PATCH] Add metadata draft --- .env.sample | 8 ++++---- .gitignore | 2 ++ README.md | 22 +++++++++++----------- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.env.sample b/.env.sample index c079a31..a78d6ca 100644 --- a/.env.sample +++ b/.env.sample @@ -1,8 +1,8 @@ -TYPE={{ .Name }} +TYPE=bigbluebutton -DOMAIN={{ .Name }}.example.com +DOMAIN=bigbluebutton.example.com ## Domain aliases -#EXTRA_DOMAINS=', `www.{{ .Name }}.example.com`' +#EXTRA_DOMAINS=', `www.bigbluebutton.example.com`' -LETS_ENCRYPT_ENV=production +LETS_ENCRYPT_ENV=production \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7a6353d..e4d9d11 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .envrc +.reference +NOTES.md diff --git a/README.md b/README.md index aa78cfe..ad63503 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -# {{ .Name }} +# bigbluebutton -{{ .Description }} +> One line description of the recipe -* **Category**: {{ .Category }} -* **Status**: {{ .Status }} -* **Image**: {{ .Image }} -* **Healthcheck**: {{ .Healthcheck }} -* **Backups**: {{ .Backups }} -* **Email**: {{ .Email }} -* **Tests**: {{ .Tests }} -* **SSO**: {{ .SSO }} +* **Category**: Apps +* **Status**: 0 +* **Image**: [`allangecker`](https://hub.docker.com/u/alangecker), 1, upstream +* **Healthcheck**: No +* **Backups**: No +* **Email**: No +* **Tests**: No +* **SSO**: No ## Quick start -* `abra app new {{ .Name }} --secrets` +* `abra app new bigbluebutton --secrets` * `abra app config ` * `abra app deploy `