From d2390865e7e4e24dc267422c8aaed8c558853c7f Mon Sep 17 00:00:00 2001 From: szaimen Date: Sat, 4 Dec 2021 16:41:50 +0100 Subject: [PATCH] add some words about how it works Signed-off-by: szaimen --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 22efe6bc..b8314193 100644 --- a/readme.md +++ b/readme.md @@ -56,8 +56,11 @@ Only those (if you acces the Mastercontainer Interface internally via port 8080) - `443/TCP`: will be used by the Nextcloud container later on and needs to be open - `3478/TCP` and `3478/UPD`: will be used by the Turnserver inside the Talk container and needs to be open +### How does it work? +Nextcloud AIO is inspired by projects like Portainer that allow to manage the docker daemon by talking to the docker socket directly. This concept allows to install only one container with a single command that does the heavy lifting of creating and managing all containers that are needed in order to provide a Nextcloud installation with most features included. It also makes updating a breeze and is not bound to the host system (and its slow updates) anymore as everything is in containers. Additionally, it is very easy to handle from a user perspective because a simple interface for managing your Nextcloud AIO installation is provided. + ### Are reverse proxies supported? -Reverse proxies are currently not supported.
+Reverse proxies are currently because of the above mentioned architecture not supported.
You might investigate yourself though how it could made work behind reverse proxies. If you open a PR with that we might consider it then :) ### How to run `occ` commands?