]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/proxy.config.json
Fix peertube auth help
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
index 4a72f1826337f49fb4d1a687ce6b81e876188f65..81a0fc4c1d562f5c86decb0e89dec9407df138b5 100644 (file)
@@ -3,6 +3,14 @@
     "target": "http://localhost:9000",
     "secure": false
   },
+  "/plugins": {
+    "target": "http://localhost:9000",
+    "secure": false
+  },
+  "/themes": {
+    "target": "http://localhost:9000",
+    "secure": false
+  },
   "/static": {
     "target": "http://localhost:9000",
     "secure": false
     "target": "ws://localhost:9000",
     "secure": false,
     "ws": true
+  },
+  "/!(client)**": {
+    "target": "http://localhost:3000/client/index.html",
+    "secure": false,
+    "logLevel": "debug"
+  },
+  "/!(client)**/**": {
+    "target": "http://localhost:3000/client/index.html",
+    "secure": false,
+    "logLevel": "debug"
   }
 }