Greetings,
If you’re using Proxmox, let me share my personal experience with using Nextcloud AIO at home.
My setup and recommendations:
- Proxmox → VM01: Ubuntu Server 24.04 + NGINX Proxy Server
- Proxmox → VM02: Nextcloud AIO on Ubuntu Server 24.04 with the
XFS
filesystem (recommended for larger multimedia files; for smaller files,ext4
works fine)
For this setup, you just need a docker-compose.yml
file and NGINX Proxy settings.
Here’s my current solution: Nextcloud Forum Post.
You can also watch this video I used for reference: Video Link.