This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
b767c4a74a
PeerTube
/
client
/
proxy.config.json
15 lines
240 B
JSON
Raw
Normal View
History
Unescape
Escape
Add automated dev setup using Gitpod
2019-01-30 09:39:42 +01:00
{
"/api"
:
{
"target"
:
"http://localhost:9000"
,
"secure"
:
false
}
,
"/static"
:
{
"target"
:
"http://localhost:9000"
,
"secure"
:
false
Fix privacy warning position on mobile
2019-04-15 09:43:23 +02:00
}
,
"/socket.io"
:
{
"target"
:
"http://localhost:9000"
,
"secure"
:
false
Add automated dev setup using Gitpod
2019-01-30 09:39:42 +01:00
}
}