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.

Add 2 proxies instead of one for default setup

+2 -2
+1 -1
public/config.js
··· 1 1 window.__CONFIG__ = { 2 2 // The URL for the CORS proxy, the URL must NOT end with a slash! 3 - VITE_CORS_PROXY_URL: "https://sudo-proxy.netlify.app", // https://mweb-proxy.up.railway.app 3 + VITE_CORS_PROXY_URL: ["https://sudo-proxy.netlify.app", "https://mweb-proxy.up.railway.app"], 4 4 5 5 // The READ API key to access TMDB 6 6 VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJiZmU0OGY4NjFkY2NmMjczMzUyMDdmMWVjYmVkNjNjNiIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.GiCKswc2u9NraBbujm0ykI5G3p-K9WJoHg40jYbFv4o",
+1 -1
src/components/utils/Lightbar.tsx
··· 206 206 sizeRange: [28, 34] as [number, number], 207 207 }, 208 208 ]; 209 - imageParticleCount = particleCount / 5; 209 + imageParticleCount = particleCount / 5.8; 210 210 } 211 211 212 212 // HOIST THE SAIL (of particles)!