.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SERIES_DOWNLOAD_DIR
Host paths where downloads should be stored
MOVIE_DOWNLOAD_DIR
WEB_PORT
Port for the Web UI
GLUETUN_PATH
Path for Gluetun configuration files
VPN_SERVICE_PROVIDER
VPN Provider (e.g., ivpn, mullvad, windscribe, etc.)
VPN_TYPE
OPENVPN_USER
OpenVPN / Wireguard Credentials
OPENVPN_PASSWORD
secret
WIREGUARD_PRIVATE_KEY
secret
WIREGUARD_ADDRESSES
TZ
Timezone (e.g., Europe/Berlin)
UPDATER_PERIOD
Server list update interval (e.g., 24h)
TMDB_API_KEY
secret
TMDB Configuration
TMDB_API_TOKEN
secret
brew install flyctl && fly launch --from https://github.com/ayyouboss0011/lankabeltv
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ayyouboss0011/lankabeltv
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ayyouboss0011/lankabeltv