Hi there! 馃憢
I'm trying to self-host Cap using the official docker-compose.template.yml and ran into an issue.
Description
The template references ghcr.io/capsoftware/cap-media-server:latest, but this image is not publicly accessible:
$ docker pull ghcr.io/capsoftware/cap-media-server:latest
Error response from daemon: error from registry: denied
The cap-web image pulls fine, but cap-media-server returns "denied".
Environment
Questions
- Is the cap-media-server image intentionally private?
- If so, is there an alternative for self-hosters, or can we run Cap without the media server?
- Would it be possible to make this image public for self-hosting users?
The self-hosting documentation doesn't mention that the media server is unavailable, so this might be worth clarifying.
Thanks for the great project! 馃幀
Additional Context
- Cap version: latest (Docker image ghcr.io/capsoftware/cap-web:latest)
- Operating system, version: Ubuntu 24.04 LTS (Hetzner VPS)
- Device: Server (self-hosted)
Hi there! 馃憢
I'm trying to self-host Cap using the official docker-compose.template.yml and ran into an issue.
Description
The template references ghcr.io/capsoftware/cap-media-server:latest, but this image is not publicly accessible:
The cap-web image pulls fine, but cap-media-server returns "denied".
Environment
Questions
The self-hosting documentation doesn't mention that the media server is unavailable, so this might be worth clarifying.
Thanks for the great project! 馃幀
Additional Context