From 499dccb12255304b3124c4f787be169b053dad2e Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 19 Oct 2023 23:20:00 +0200 Subject: [PATCH] add section about existing ideas for new community containers Signed-off-by: Simon L --- community-containers/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community-containers/readme.md b/community-containers/readme.md index c6c8e6f1..93177fcc 100644 --- a/community-containers/readme.md +++ b/community-containers/readme.md @@ -13,3 +13,6 @@ Afterwards, you might want to add additional community containers to the default ## How to add containers? Simply submit a PR by creating a new folder in this directory: https://github.com/nextcloud/all-in-one/tree/main/community-containers with the name of your container. It must include a json file with the same name and with correct syntax and a readme.md with additional information. You might get inspired by caddy, fail2ban, local-ai, plex, pi-hole or vaultwarden (subfolders in this directory). For a full-blown example of the json file, see https://github.com/nextcloud/all-in-one/blob/main/php/containers.json. The json-schema that it validates against can be found here: https://github.com/nextcloud/all-in-one/blob/main/php/containers-schema.json. + +### Is there a list of ideas for new community containers? +Yes, see [this list](https://github.com/nextcloud/all-in-one/discussions/categories/ideas?discussions_q=is%3Aopen+category%3AIdeas+label%3A%22help+wanted%22) for already existing ideas for new community containers. Feel free to pick one up and add it to this folder by following the instructions above.