Files
HugeFrog24 4f7101698a site
2026-05-10 18:44:41 +02:00

26 lines
1022 B
Bash

# jailbirdz.com credentials
# These are used to obtain a fresh login cookie via the WooCommerce AJAX endpoint.
JAILBIRDZ_USERNAME=your-email-or-username
JAILBIRDZ_PASSWORD=your-password
# Alternatively, set the cookie manually (expires in ~2 weeks).
# Get it from browser DevTools → Storage → Cookies while on jailbirdz.com.
# Copy the full name=value of the wordpress_logged_in_* cookie.
JAILBIRDZ_LOGIN_COOKIE=wordpress_logged_in_<hash>=<value>
# pinkcuffs.com credentials (separate membership — different from jailbirdz)
PINKCUFFS_USERNAME=your-email-or-username
PINKCUFFS_PASSWORD=your-password
PINKCUFFS_LOGIN_COOKIE=wordpress_logged_in_<hash>=<value>
# femuniverse.com credentials (separate membership)
FEMUNIVERSE_USERNAME=your-email-or-username
FEMUNIVERSE_PASSWORD=your-password
FEMUNIVERSE_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