https://github.com/realies/nextcloud-docker
⛴ Official Nextcloud Images + FFmpeg
https://github.com/realies/nextcloud-docker
docker ffmpeg nextcloud nextcloud-docker nextcloud-server
Last synced: about 2 months ago
JSON representation
⛴ Official Nextcloud Images + FFmpeg
- Host: GitHub
- URL: https://github.com/realies/nextcloud-docker
- Owner: realies
- Created: 2024-02-05T23:25:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T20:38:50.000Z (3 months ago)
- Last Synced: 2025-02-16T21:27:12.601Z (3 months ago)
- Topics: docker, ffmpeg, nextcloud, nextcloud-docker, nextcloud-server
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/realies/nextcloud
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextcloud Docker with FFmpeg
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.).
## Features
- 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## Tags
The same tags as the official Nextcloud Docker images are available, excluding version-specific tags:
- latest
- fpm
- fpm-alpine
- apache
- stable
- production
etc.## Usage
```
bash
docker pull realies/nextcloud:latest
```Replace `latest` with your preferred tag.
## Automation
The workflow automatically checks for updates daily and rebuilds images when upstream changes are detected.