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>
14 lines
356 B
Plaintext
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=
|