pstream is dead; long live pstream
taciturnaxolotl.github.io/pstream-ng/
1VITE_TMDB_READ_API_KEY=...
2VITE_OPENSEARCH_ENABLED=false
3
4# make sure the cors proxy url does NOT have a slash at the end
5VITE_CORS_PROXY_URL=...
6
7# likewise
8VITE_M3U8_PROXY_URL=...
9
10# make sure the domain does NOT have a slash at the end
11VITE_APP_DOMAIN=http://localhost:5173
12
13# Backend URL(s) - can be a single URL or comma-separated list (e.g., "https://server1.com,https://server2.com,https://server3.com")
14VITE_BACKEND_URL=https://server1.com,https://server2.com,https://server3.com
15
16# Trakt integration setup. Get these at https://trakt.tv/oauth/applications
17VITE_TRAKT_CLIENT_ID=
18VITE_TRAKT_CLIENT_SECRET=
19TRAKT_REDIRECT_URI=https://your domain