PeerTube/client/proxy.config.json

36 lines
670 B
JSON
Raw Normal View History

2019-01-30 11:39:42 +03:00
{
"/api": {
2023-02-08 13:30:27 +03:00
"target": "http://127.0.0.1:9000",
2019-01-30 11:39:42 +03:00
"secure": false
},
2019-07-08 16:54:08 +03:00
"/plugins": {
2023-02-08 13:30:27 +03:00
"target": "http://127.0.0.1:9000",
2019-07-08 16:54:08 +03:00
"secure": false
},
2019-07-10 15:06:19 +03:00
"/themes": {
2023-02-08 13:30:27 +03:00
"target": "http://127.0.0.1:9000",
2019-07-10 15:06:19 +03:00
"secure": false
},
2019-01-30 11:39:42 +03:00
"/static": {
2023-02-08 13:30:27 +03:00
"target": "http://127.0.0.1:9000",
2019-01-30 11:39:42 +03:00
"secure": false
2019-04-15 10:43:23 +03:00
},
2019-08-12 09:46:46 +03:00
"/lazy-static": {
2023-02-08 13:30:27 +03:00
"target": "http://127.0.0.1:9000",
2019-08-12 09:46:46 +03:00
"secure": false
},
2019-04-15 10:43:23 +03:00
"/socket.io": {
2023-02-08 13:30:27 +03:00
"target": "ws://127.0.0.1:9000",
2019-06-11 15:30:49 +03:00
"secure": false,
"ws": true
2019-07-25 11:44:21 +03:00
},
2021-05-27 18:25:52 +03:00
"/client/assets": {
2023-02-08 13:30:27 +03:00
"target": "http://127.0.0.1:9000",
2021-05-27 18:25:52 +03:00
"secure": false
},
2021-06-07 18:38:31 +03:00
"/client/locales": {
2023-02-08 13:30:27 +03:00
"target": "http://127.0.0.1:9000",
2021-06-07 18:38:31 +03:00
"secure": false
2019-01-30 11:39:42 +03:00
}
}