]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/proxy.config.json
video-embed: inject custom CSS
[github/Chocobozzz/PeerTube.git] / client / proxy.config.json
index e5f0dfd617887be0ee5279b85d1aa6684915a538..e7070522af7fb499a600db04f8ce6031009a028d 100644 (file)
@@ -3,12 +3,35 @@
     "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
   },
-  "/socket.io": {
+  "/lazy-static": {
     "target": "http://localhost:9000",
     "secure": false
+  },
+  "/socket.io": {
+    "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"
   }
 }