Ganymede is a self-hosted platform for creating a personal archive of Twitch VODs and live streams. It ensures no moment is lost by saving not just the video, but the complete chat experience. Every archive includes a rendered chat for long-term preservation and a real-time chat playback that syncs with the video, recreating the original live experience. All files are saved in a user-friendly format, ensuring you can access your content even without the platform.
Key features include:
services:
ganymede:
image: ghcr.io/zibbp/ganymede:latest
container_name: ganymede
environment:
- TWITCH_CLIENT_ID=${TWITCH_CLIENT_ID}
- TWITCH_CLIENT_SECRET=${TWITCH_CLIENT_SECRET}
ports:
- "4000:4000"
volumes:
- ./data:/app/data
restart: unless-stoppedTWITCH_CLIENT_ID=your_twitch_client_id_here
TWITCH_CLIENT_SECRET=your_twitch_client_secret_hereAuto-fetched about 19 hours ago
Auto-fetched about 19 hours ago