This repository provides automated builds of Nextcloud Docker images with FFmpeg support. It tracks the official Nextcloud Docker images and automatically adds FFmpeg capabilities to all non-versioned tags (latest, fpm, apache, etc.).
- Automated daily builds
- Follows official Nextcloud Docker tags (non-versioned only)
- Adds FFmpeg support for video preview generation
- Multi-architecture support (matches upstream architectures)
- Maintains parity with official images while adding essential media functionality
The same tags as the official Nextcloud Docker images are available, excluding version-specific tags:
- latest
- fpm
- fpm-alpine
- apache
- stable
- production etc.
bash
docker pull realies/nextcloud:latest
Replace latest
with your preferred tag.
The workflow automatically checks for updates daily and rebuilds images when upstream changes are detected.