Files
jailbirdz-dl/.env.example
2026-02-27 01:04:16 +01:00

12 lines
496 B
Plaintext

# Copy your wordpress_logged_in_... cookie from browser DevTools → Storage → Cookies.
# Paste the full name=value pair below.
# wordpress_sec_... is the wp-admin cookie — irrelevant for read-only viewers.
# __cf_bm is a Cloudflare bot-management cookie — also not needed.
WP_LOGIN_COOKIE=wordpress_logged_in_<hash>=<value>
# PeerTube upload target
PEERTUBE_URL=https://your-peertube-instance.example
PEERTUBE_USER=admin
PEERTUBE_CHANNEL=your-channel-name
PEERTUBE_PASSWORD=your-password