mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-03-02 01:04:31 +00:00
12 lines
496 B
Plaintext
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
|