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>
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user