remove paywall

This commit is contained in:
Sergei Poljanski 2026-04-04 19:00:12 +03:00
commit 1c14812fee
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -18,7 +18,10 @@ spec:
image: muaeabudhabi/watchparty-v8:latest image: muaeabudhabi/watchparty-v8:latest
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: args:
- sed -i 's/cpx11/cx23/g; s/cpx31/cx33/g' /app/server/vm/hetzner.ts && exec npm start - |
sed -i 's/cpx11/cx23/g; s/cpx31/cx33/g' /app/server/vm/hetzner.ts
sed -i "s|VITE_FIREBASE_CONFIG:'[^']*'|VITE_FIREBASE_CONFIG:''|" /app/build/assets/index-*.js
exec npm start
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: http name: http