fix: enable trust proxy for NPM reverse proxy
Docker Build (ARM64) / Build & Push (push) Successful in 2m57s

This commit is contained in:
2026-06-24 19:21:26 +02:00
parent ac638a3586
commit 0926415ffa
+1
View File
@@ -39,6 +39,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const app: Application = express();
app.set('trust proxy', 1);
const httpServer = createServer(app);
const wss = new WebSocketServer({ server: httpServer, verifyClient: verifyWsClient });