Files
youclonedl/.env.example
inputnoise 1827dd6c4e Initial commit — YT Hub
Self-hosted personal YouTube management app.
FastAPI + SQLite backend, React + Vite + Tailwind frontend.
Dockerfiles and compose included for Portainer deployment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 20:09:04 +02:00

14 lines
356 B
Plaintext

# Copy to .env and fill in values
# Required: strong random string for JWT signing
SECRET_KEY=changeme-use-a-real-secret
# Optional: path on the host where downloads are stored
DOWNLOAD_PATH=./downloads
# Optional: disable public registration after you've created your account
ALLOW_REGISTRATION=true
# Optional: Jellyfin integration URL
JELLYFIN_URL=