From cf8d3dd437d06623528ec306cd55cc754652e4c6 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 23 Feb 2023 18:26:25 +0100 Subject: [PATCH 1/2] add a note on supported architectures Signed-off-by: Zoey --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index d70fac21..70006b17 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,10 @@ Nextcloud AIO is inspired by projects like Portainer that manage the docker daem ### 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) +### Which CPU architectures are supported? +- x64/x86_64/amd64 +- aarch64/arm64/armv8 (Note: ClamAV is currently not supported on this CPU architecture) + ### Which ports are mandatory to be open in your firewall/router? Only those (if you access the Mastercontainer Interface internally via port 8080): - `443/TCP` for the Apache container From ac7c7b19d85e7bbe6e9591fc30911483c08d2258 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 23 Feb 2023 18:31:09 +0100 Subject: [PATCH 2/2] add note on uname -m Signed-off-by: Zoey --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 70006b17..95f4e39e 100644 --- a/readme.md +++ b/readme.md @@ -64,7 +64,8 @@ Nextcloud AIO is inspired by projects like Portainer that manage the docker daem Yes. Please refer to the following documentation on this: [reverse-proxy.md](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md) ### Which CPU architectures are supported? -- x64/x86_64/amd64 +You can check this on Linux by running: `uname -m` +- x86_64/x64/amd64 - aarch64/arm64/armv8 (Note: ClamAV is currently not supported on this CPU architecture) ### Which ports are mandatory to be open in your firewall/router?