GitDeployHub

ayyouboss0011/lankabeltv

github.com/ayyouboss0011/lankabeltv ↗
Python
14 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ayyouboss0011/lankabeltv
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ayyouboss0011/lankabeltv
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ayyouboss0011/lankabeltv
Or deploy to a different host
← Try another repo