This website requires JavaScript.
Explore
Help
Sign In
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
7d14d4d2ca
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 03:39:42 -05:00
{
"/api"
:
{
"target"
:
"http://localhost:9000"
,
"secure"
:
false
}
,
"/static"
:
{
"target"
:
"http://localhost:9000"
,
"secure"
:
false
Fix privacy warning position on mobile
2019-04-15 03:43:23 -04:00
}
,
"/socket.io"
:
{
"target"
:
"http://localhost:9000"
,
"secure"
:
false
Add automated dev setup using Gitpod
2019-01-30 03:39:42 -05:00
}
}
Copy permalink