From 1035314023b03ba1e34822023e33eff1069bb158 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 21 Jan 2023 16:13:02 +0100 Subject: [PATCH 1/2] Add a disrecommended VPS providers section Signed-off-by: Simon L --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0c2d86d0..5c1300dd 100644 --- a/readme.md +++ b/readme.md @@ -139,8 +139,9 @@ The easiest way to run it with Portainer on Linux is to use Portainer's stacks f ### How to run Nextcloud behind a Cloudflare Tunnel? Although it does not seems like it is the case but from AIO perspective a Cloudflare Tunnel works like a reverse proxy. So please follow the [reverse proxy documentation](./reverse-proxy.md) where is documented how to make it run behind a Cloudflare Tunnel. -### Strato Linux VPS -Stratos VPS are not recommended for running AIO, since they crash/freeze/make errors when they reach an extremely low PID limit, which is very quickly reached by AIO, see [here](https://github.com/nextcloud/all-in-one/discussions/1747#discussioncomment-4716164), Strato does normally not increase this limit. +### Disrecommended VPS providers +- Stratos VPS crash/freeze/make errors when they reach an extremely low PID limit, which is very quickly reached by AIO, see [here](https://github.com/nextcloud/all-in-one/discussions/1747#discussioncomment-4716164), Strato does normally not increase this limit. +- Hostingers VPS seem to miss a specifc Kernel feature which is required for AIO to run correctly. See [here](https://help.nextcloud.com/t/help-installing-nc-via-aio-on-vps/153956). ### How to get Nextcloud running using the ACME DNS-challenge? You can install AIO in reverse proxy mode where is also documented how to get it running using the ACME DNS-challenge for getting a valid certificate for AIO. See the [reverse proxy documentation](./reverse-proxy.md). (Meant is the `Caddy with ACME DNS-challenge` section). From aa9709694854ea8eb59349b389fc546f4933ed6a Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 24 Jan 2023 11:37:08 +0100 Subject: [PATCH 2/2] add section about recommended vps Signed-off-by: Simon L --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 5c1300dd..1e462a64 100644 --- a/readme.md +++ b/readme.md @@ -143,6 +143,9 @@ Although it does not seems like it is the case but from AIO perspective a Cloudf - Stratos VPS crash/freeze/make errors when they reach an extremely low PID limit, which is very quickly reached by AIO, see [here](https://github.com/nextcloud/all-in-one/discussions/1747#discussioncomment-4716164), Strato does normally not increase this limit. - Hostingers VPS seem to miss a specifc Kernel feature which is required for AIO to run correctly. See [here](https://help.nextcloud.com/t/help-installing-nc-via-aio-on-vps/153956). +### Recommended VPS +In general recommended VPS are those that are KVM/non-virtualized as Docker should work best on them. + ### How to get Nextcloud running using the ACME DNS-challenge? You can install AIO in reverse proxy mode where is also documented how to get it running using the ACME DNS-challenge for getting a valid certificate for AIO. See the [reverse proxy documentation](./reverse-proxy.md). (Meant is the `Caddy with ACME DNS-challenge` section).