From 5d7125dd71bfb34715cd1757d4609e4e513c8ddc Mon Sep 17 00:00:00 2001 From: autoantwort Date: Mon, 25 Nov 2024 12:40:14 +0100 Subject: [PATCH 1/2] Document the 100 users limit Signed-off-by: autoantwort --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 91a45fb2b67..4129f00cbf9 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,7 @@ Included are: - Fulltextsearch (optional) - Whiteboard (optional) - Docker Socket Proxy (optional, needed for [Nextcloud App API](https://github.com/cloud-py-api/app_api#nextcloud-appapi)) +- Up to 100 free users, more with [Nextcloud Enterprise](https://nextcloud.com/all-in-one/)
And much more: - Simple web interface included that enables easy installation and maintenance From af5454b10fe07bbbbb661654a9f89ab82f0cde9b Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 26 Nov 2024 17:01:22 +0100 Subject: [PATCH 2/2] move the note into the faq section Signed-off-by: Simon L. --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4129f00cbf9..3eaeb81565d 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,6 @@ Included are: - Fulltextsearch (optional) - Whiteboard (optional) - Docker Socket Proxy (optional, needed for [Nextcloud App API](https://github.com/cloud-py-api/app_api#nextcloud-appapi)) -- Up to 100 free users, more with [Nextcloud Enterprise](https://nextcloud.com/all-in-one/)
And much more: - Simple web interface included that enables easy installation and maintenance @@ -145,6 +144,9 @@ Nextcloud AIO is inspired by projects like Portainer that manage the docker daem ### How to contribute? See [this issue](https://github.com/nextcloud/all-in-one/issues/5251) for a list of feature requests that need help by contributors. +### How many users are possible? +Up to 100 users are free, more are possible with [Nextcloud Enterprise](https://nextcloud.com/all-in-one/) + ### Are reverse proxies supported? Yes. Please refer to the following documentation on this: [reverse-proxy.md](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md)