https://github.com/anym001/docker-nextcloud
Official Nextcloud (apache) image with ffmpeg added — drop-in replacement, auto-updated.
https://github.com/anym001/docker-nextcloud
apache container docker docker-image dockerhub ffmpeg file-sharing ghcr nextcloud self-hosted
Last synced: about 10 hours ago
JSON representation
Official Nextcloud (apache) image with ffmpeg added — drop-in replacement, auto-updated.
- Host: GitHub
- URL: https://github.com/anym001/docker-nextcloud
- Owner: anym001
- License: mit
- Created: 2026-06-21T16:18:32.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-07-01T17:19:04.000Z (about 11 hours ago)
- Last Synced: 2026-07-01T18:26:22.748Z (about 10 hours ago)
- Topics: apache, container, docker, docker-image, dockerhub, ffmpeg, file-sharing, ghcr, nextcloud, self-hosted
- Language: Dockerfile
- Homepage: https://github.com/anym001/docker-nextcloud/pkgs/container/docker-nextcloud
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Nextcloud Docker Images (with ffmpeg)
[](https://github.com/anym001/docker-nextcloud/actions/workflows/ci.yml)
[](https://github.com/anym001/docker-nextcloud/actions/workflows/build-docker.yml)
[](https://github.com/anym001/docker-nextcloud/blob/HEAD/LICENSE)
[](https://github.com/anym001/docker-nextcloud/releases)
[](https://github.com/anym001/docker-nextcloud/pkgs/container/docker-nextcloud)
[](https://hub.docker.com/r/anym001/docker-nextcloud)
The official [Nextcloud](https://hub.docker.com/_/nextcloud) image (apache
variant) with [`ffmpeg`](https://ffmpeg.org/) added — nothing else is changed.
Everything else is the original image, so all usage, configuration, environment
variables and volumes are exactly as documented upstream. **Please refer to the
official documentation:**
- **Docker image:** https://hub.docker.com/_/nextcloud
- **Nextcloud admin manual:** https://docs.nextcloud.com/
## Usage
Use this image as a drop-in replacement for `nextcloud` — same tags, same
configuration. Images are published to both **GHCR** and **Docker Hub**:
```
docker pull ghcr.io/anym001/docker-nextcloud:latest
docker pull anym001/docker-nextcloud:latest # Docker Hub
```
Tags:
- `` — e.g. `34.0.0` (fixed, built for each official version)
- `` — e.g. `34` (rolling; tracks the newest patch of that major, like the official `nextcloud:34`)
- `latest` — points to the newest official version
To confirm ffmpeg is available inside the container:
```
docker exec ffmpeg -version
```
## Automated Build System
New official Nextcloud versions (major 33 and up, excluding beta/RC builds)
are detected automatically on Docker Hub and rebuilt with ffmpeg. Every
stable version not yet published by this repo is built, not just the
newest — so a new patch release on an older major still gets an image;
`latest` always points to the overall newest version.
- `release-check.yml` — daily check of the official image tags; triggers a
build for every stable apache version (>= 33) missing from this repo's
GitHub releases
- `build-docker.yml` — builds the image and pushes it to GHCR and Docker Hub,
then creates a GitHub Release
- `ci.yml` — lints the Dockerfile and workflows and verifies that ffmpeg is
present and runnable
## Contributing
PRs are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md). Security issues:
please report them privately, see [SECURITY.md](SECURITY.md).
## License
The contents of this repository (Dockerfile, workflows, and documentation) are
licensed under the [MIT License](https://github.com/anym001/docker-nextcloud/blob/HEAD/LICENSE).
This project only packages the official Nextcloud image with an additional
package; it does not modify or redistribute Nextcloud's source.
[Nextcloud](https://github.com/nextcloud) and [ffmpeg](https://ffmpeg.org/) are
distributed under their own licenses, and all upstream copyrights and
trademarks remain with their respective owners.
---
Built with [Claude Code](https://claude.com/claude-code).