pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix config.js

+4 -6
+4 -6
public/config.js
··· 1 1 window.__CONFIG__ = { 2 2 // The URL for the CORS proxy, the URL must NOT end with a slash! 3 3 // If not specified, the onboarding will not allow a "default setup". The user will have to use the extension or set up a proxy themselves 4 - VITE_CORS_PROXY_URL: "REPLACE THIS", 4 + VITE_CORS_PROXY_URL: "", 5 5 6 6 // The READ API key to access TMDB 7 7 VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI1NzlkZWYyZDY5ZWFlNDk4ZjJiOTI4MTgyNDdjM2ViMCIsInN1YiI6IjY2MjdmMGJlNjJmMzM1MDE0YmQ4NTFmMiIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.h3KpPvkiaz8uNz1bntAKqsPrxG_4UUWaY3kYME6N6m8", ··· 10 10 VITE_DMCA_EMAIL: null, 11 11 12 12 // Whether to disable hash-based routing, leave this as false if you don't know what this is 13 - VITE_NORMAL_ROUTER: true, 13 + VITE_NORMAL_ROUTER: false, 14 14 15 15 // The backend URL to communicate with 16 - VITE_BACKEND_URL: "https://backend.sudo-flix.lol", 16 + VITE_BACKEND_URL: null, 17 17 18 18 // A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>" 19 - VITE_DISALLOWED_IDS: "", 20 - 21 - VITE_ALLOW_AUTOPLAY: true, 19 + VITE_DISALLOWED_IDS: "" 22 20 };