2026-07-17 02:13:33 +02:00

Songs2YT (open source)

Self-hosted edition of Songs2YT. Unlimited quotas when S2YT_EDITION=selfhosted (default in .env.example).

Run with Docker packaging

Use the sibling folder:

cd ../Songs2YT-docker
cp .env.example .env
# edit Google OAuth + NEXTAUTH_SECRET
docker compose up -d --build

Local development

cp .env.example .env
docker compose -f docker-compose.dev.yml up -d
npm install
npm run db:push
npm run dev
npm run worker

Source intended for Gitea: https://git.atakanozban.com/Songs2YT

S
Description
Songs2VID is an automation tool that converts your audio and image files into high-quality videos and uploads them directly to YouTube.
https://www.songs2vid.com
Readme MIT
615 MiB
Languages
TypeScript 96%
CSS 1.9%
JavaScript 1.5%
Dockerfile 0.6%