From b3264e739092d3bf43b19d6cef317631eb9f4219 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sun, 11 Jun 2023 22:05:10 +0200 Subject: [PATCH] add note about multiple domains to the readme Signed-off-by: Simon L --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 0e0d5ebc..cf4b0c93 100644 --- a/readme.md +++ b/readme.md @@ -235,6 +235,9 @@ No and they will not be. If you want to run it locally, without opening Nextclou ### Can I use an ip-address for Nextcloud instead of a domain? No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) +### Can I use AIO with multiple domains? +No and it will not be added. However you can use [this feature](https://github.com/nextcloud/all-in-one/blob/main/multiple-instances.md) in order to create mutiple AIO instances, one for each domain. + ### Are other ports than the default 443 for Nextcloud supported? No and they will not be. Please use a dedicated domain for Nextcloud and set it up correctly by following the [reverse proxy documentation](./reverse-proxy.md). If port 443 and/or 80 is blocked for you, you may use the ACME DNS-challenge or a Cloudflare Tunnel.