-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
14 lines (12 loc) · 769 Bytes
/
Copy path.env.example
File metadata and controls
14 lines (12 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Required
BASE_URL=http://YOUR_SERVER_IP # Public URL used in RSS feed links
ADMIN_PASSWORD=changeme # Plain text — just keep strangers out
SESSION_SECRET=changeme # Signs session cookie — change this
# Optional — defaults shown
DATA_DIR=./data # Where channels.json, downloads/, feeds/ etc. live
COOKIES_FILE=./cookies.txt # YouTube cookies
PORT=8000 # FastAPI listen port
HOST=0.0.0.0 # FastAPI listen host
LOG_LEVEL=INFO
SCHEDULE_INTERVAL_MINUTES=60 # How often the scheduled job runs
YTDLP_PROXY=socks5://127.0.0.1:40000 # Optional proxy for yt-dlp to bypass bot blocking (e.g. Cloudflare Warp SOCKS proxy)