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 proxies and easter eggs (last flipping time)

+6 -5
+1
README.md
··· 8 8 | Sudo-Flix | [Sudo-Flix](https://sudo-flix.lol) | [Source Code](https://gitlab.com/itzCozi/sudo-flix) | 9 9 | Proxy #1 | [sudo-proxy](https://sudo-proxy.netlify.app) | [Source Code](https://gitlab.com/itzCozi/sudo-proxy) | 10 10 | Proxy #2 | [mweb-proxy](https://mweb-proxy.up.railway.app) | [Source Code](https://gitlab.com/itzCozi/sudo-proxy) | 11 + | Proxy #3 | [sudo-proxy2](sudo-proxy.up.railway.app) 11 12 | Backend | [sudo-flix-backend](https://sudo-flix-backend.lol) | [Source Code](https://github.com/movie-web/backend) | 12 13 **I provide these if you are not able to host yourself, though I do encourage hosting the frontend.** 13 14
+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://sudo-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",
+4 -4
src/components/utils/Lightbar.tsx
··· 163 163 sizeRange: [15, 30] as [number, number], 164 164 }, 165 165 ]; 166 - imageParticleCount = particleCount * 0.123; 166 + imageParticleCount = particleCount * 0.1; 167 167 } 168 168 169 169 // Fish easter egg ··· 179 179 sizeRange: [48, 56] as [number, number], 180 180 }, 181 181 ]; 182 - imageParticleCount = particleCount * 0.121; 182 + imageParticleCount = particleCount * 0.09; 183 183 } 184 184 185 185 // Weed easter egg ··· 198 198 } 199 199 200 200 // Kitty easter egg 201 - const shouldShowCat = Math.floor(Math.random() * 51) > 45; 201 + const shouldShowCat = Math.floor(Math.random() * 50) > 45; 202 202 if (shouldShowCat) { 203 203 imageOverride = [ 204 204 { ··· 206 206 sizeRange: [28, 34] as [number, number], 207 207 }, 208 208 ]; 209 - imageParticleCount = particleCount / 5.8; 209 + imageParticleCount = particleCount / 6.5; 210 210 } 211 211 212 212 // HOIST THE SAIL (of particles)!