mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #2062 from nextcloud/note-architectures
add a note on supported architectures
This commit is contained in:
commit
bcdb692dd1
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,11 @@ 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?
|
||||
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?
|
||||
Only those (if you access the Mastercontainer Interface internally via port 8080):
|
||||
- `443/TCP` for the Apache container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue