Multi-gooner support because who knows

This commit is contained in:
HugeFrog24
2026-03-01 01:36:01 +01:00
parent 80444405e9
commit 4a5b0a6ee3
15 changed files with 16378 additions and 11575 deletions

View File

@@ -1,8 +1,17 @@
# 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>
# 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>
# PeerTube upload target
PEERTUBE_URL=https://your-peertube-instance.example