stack/secrets/.env.example
tim ceba76df85 Map Tweaknews secret variable aliases in configure-usenet
Accept TWEAKNEWSLOGIN, TWEAKNEWSPASSWORD, TWEAKNEWSAPI (as host),
TWEAKNEWSSSLPORT, and TWEAKNEWSCONNECTIONS from secrets/.env.
2026-07-22 12:48:07 -07:00

26 lines
788 B
Text

# Copy to secrets/.env and fill in. NEVER commit secrets/.env
# scripts/configure-usenet.sh accepts these names (and a few aliases).
# --- NZBgeek (Prowlarr indexer) ---
NZBGEEKUSERNAME=
NZBGEEKEMAIL=
NZBGEEKAPI=https://api.nzbgeek.info/
# API key (also accepted as NZBGEEK_API_KEY)
NZBKEEPKEY=
# --- Newshosting (Usenet / SABnzbd) ---
# NEWSHOSTINGAPI is the NNTP host hostname
NEWSHOSTINGAPI=news.newshosting.com
NEWSHOSTINGSSLPORT=563
NEWSHOSTINGUSER=
# also accepted: NEWSHOSTING_PASS, NEWSHOSTINGPASS
HNEWSHOSTINGPASS=
NEWSHOSTINGCONNECTIONS=20
# --- Tweaknews (Usenet / SABnzbd) ---
# TWEAKNEWSAPI is the NNTP host (e.g. news.tweaknews.eu or newshosting.tweaknews.eu)
TWEAKNEWSAPI=news.tweaknews.eu
TWEAKNEWSSSLPORT=563
TWEAKNEWSLOGIN=
TWEAKNEWSPASSWORD=
TWEAKNEWSCONNECTIONS=40