xtream proxy
Build and Push Docker Images / build-and-push (push) Failing after 20s

This commit is contained in:
2026-04-09 21:06:18 +02:00
parent 57e67d2366
commit 630ae66db1
7 changed files with 1120 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "xtream-proxy",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0",
"http-proxy": "^1.18.1"
}
}