mirror of
https://github.com/movixcorp/MovixOpenSource.git
synced 2026-07-27 17:32:17 +00:00
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
# Movix frontend (Vite) environment template.
|
|
# Copy to .env and fill in real values.
|
|
|
|
# Core API endpoints
|
|
VITE_MAIN_API=
|
|
VITE_SITE_URL=
|
|
VITE_TMDB_API_KEY=
|
|
VITE_WATCHPARTY_API=
|
|
VITE_PROXY_BASE_URL=
|
|
VITE_API_PROXY_BASE_URL=
|
|
VITE_PROXIES_EMBED_API=
|
|
VITE_RIVESTREAM_PROXIES=
|
|
|
|
# Cloudflare Turnstile (anti-bot)
|
|
VITE_TURNSTILE_SITE_KEY=
|
|
VITE_TURNSTILE_INVISIBLE_SITEKEY=
|
|
|
|
# Support
|
|
VITE_SUPPORT_TELEGRAM_URL=
|
|
|
|
# === Service Worker fallback domain ===
|
|
# Liste des miroirs hardcodés au build, utilisés si rentry.co est injoignable.
|
|
# Le SW redirigera vers le premier miroir différent de l'origine courante.
|
|
# Format : hostnames séparés par virgules (pas de protocole, pas de slash).
|
|
VITE_DEFAULT_MIRRORS=movix.health
|
|
|
|
# URL de la config distante des miroirs. Deux formats acceptés par le SW :
|
|
# - JSON : {"mirrors":["movix.health",...]} (dpaste.org, gist raw, etc.)
|
|
# - HTML rentry.co/<slug> : hostnames extraits des <a href> du body
|
|
# rentry.co/<slug>/raw n'est pas utilisable depuis qu'ils imposent SECRET_RAW_ACCESS_CODE.
|
|
VITE_MIRRORS_CONFIG_URL=https://rentry.co/movix
|