Hi everyone,
I wanted to share a community-maintained Raspberry Pi 5 Docker stack I put together for running Nextcloud with supporting services in a more complete self-hosted setup.
This project is designed for people who want a practical Docker-based deployment for Raspberry Pi and similar environments, with a structure that separates key services and makes the stack easier to manage.
Repository:
What this project includes:
- Nextcloud
- Collabora
- Nextcloud Talk signaling
- Docker Compose based setup
- Environment variable configuration
- Optional reverse proxy friendly deployment structure
Project structure:
nextcloud/for the main Nextcloud app stackcollabora/for document editing supportnextcloud-signal/for Talk signaling
Who this is for:
- Self-hosters running Raspberry Pi 5 or similar ARM-based systems
- Users who want a Docker-based alternative they can inspect and customize
- People looking to run Nextcloud with Collabora and Talk-related components in a more modular setup
What makes this useful:
- Clear service separation
- Easy to adapt for local or reverse proxy deployments
- Good starting point for home lab and small-scale production-style environments
- Community-friendly GitHub repo for testing, feedback, and improvements
A few important notes:
- This is a community project and is not an official Nextcloud or official NextcloudPi release
- It is intended as a Docker deployment stack, not a Nextcloud app
- Feedback, testing results, and suggestions are welcome
If anyone tests it on Raspberry Pi, ARM64, or different proxy setups, Iād be glad to hear how it goes.
Iām especially interested in feedback on:
- install experience
- ARM / Raspberry Pi compatibility
- reverse proxy setups
- Talk signaling behavior
- Collabora integration
- documentation improvements
If helpful, I can also post a more detailed step-by-step install guide based on the repo.
Thanks