TubeSync
Syncs YouTube channels and playlists to a locally hosted media server.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
tubesync:
image: ghcr.io/meeb/tubesync:latest
container_name: tubesync
restart: unless-stopped
ports:
- 4848:4848
volumes:
- /some/directory/tubesync-config:/config
- /some/directory/tubesync-downloads:/downloads
environment:
- TZ=Europe/London
- PUID=1000
- PGID=1000Resources
GitHub: https://github.com/meeb/tubesync
GitHub Container Registry: https://github.com/meeb/tubesync/pkgs/container/tubesync
Configuration: https://github.com/meeb/tubesync#installation