From 5448662fddfdc1e5df1eab485c8e8e9017a7cc5d Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 28 Sep 2023 00:37:44 +0200 Subject: [PATCH] add link also to requirements for new containers Signed-off-by: Simon L --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 834db74b..7d1d78fe 100644 --- a/readme.md +++ b/readme.md @@ -706,7 +706,7 @@ You can configure one yourself by using either of these three recommended projec Please see the following documentation on this: [migration.md](https://github.com/nextcloud/all-in-one/blob/main/migration.md) ### Requirements for integrating new containers -For integrating new containers, they must pass specific requirements for being considered to get integrated in AIO itself. Even if not considered, we may add some documentation on it. +For integrating new containers, they must pass specific requirements for being considered to get integrated in AIO itself. Even if not considered, we may add some documentation on it. Also there is this now: https://github.com/nextcloud/all-in-one/tree/main/community-containers What are the requirements? 1. New containers must be related to Nextcloud. Related means that there must be a feature in Nextcloud that gets added by adding this container.