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.

Implement PWA fix!

+47 -1
+1 -1
Dockerfile
··· 8 8 COPY pnpm-lock.yaml ./ 9 9 RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile 10 10 11 - ARG PWA_ENABLED="false" 11 + ARG PWA_ENABLED="true" 12 12 ARG GA_ID 13 13 ARG APP_DOMAIN 14 14 ARG OPENSEARCH_ENABLED="false"
+1
index.html
··· 7 7 <meta name="viewport" 8 8 content="width=device-width, initial-scale=1, viewport-fit=cover, maximum-scale=1.0, user-scalable=no" /> 9 9 <meta name="description" content="A mirror of the place for your favourite movies & shows" /> 10 + <link rel="manifest" href="/manifest.json" /> 10 11 11 12 <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> 12 13 <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
+45
manifest.json
··· 1 + { 2 + "name": "sudo-flix", 3 + "short_name": "sudo-flix", 4 + "start_url": "/", 5 + "display": "standalone", 6 + "background_color": "#fff", 7 + "theme_color": "#000", 8 + "icons": [ 9 + { 10 + "src": "/public/android-chrome-192x192.png", 11 + "sizes": "192x192", 12 + "type": "image/png" 13 + }, 14 + { 15 + "src": "/public/android-chrome-512x512.png", 16 + "sizes": "512x512", 17 + "type": "image/png" 18 + }, 19 + { 20 + "src": "/public/apple-touch-icon.png", 21 + "sizes": "192x192", 22 + "type": "image/png" 23 + }, 24 + { 25 + "src": "/public/favicon-16x16.png", 26 + "sizes": "16x16", 27 + "type": "image/png" 28 + }, 29 + { 30 + "src": "/public/favicon-32x32.png", 31 + "sizes": "32x32", 32 + "type": "image/png" 33 + }, 34 + { 35 + "src": "/public/favicon.ico", 36 + "sizes": "192x192", 37 + "type": "image/png" 38 + }, 39 + { 40 + "src": "/public/mstile-150x150.png", 41 + "sizes": "150x150", 42 + "type": "image/png" 43 + } 44 + ] 45 + }
public/flixico.jpg

This is a binary file and will not be displayed.