mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
24 lines
461 B
Caddyfile
24 lines
461 B
Caddyfile
# You may want to remove the http:// part for automatic HTTPS
|
|
# This is needed here because we're testing locally
|
|
|
|
http://poketube.test {
|
|
reverse_proxy poketube:6003
|
|
}
|
|
|
|
http://image-proxy.poketube.test {
|
|
reverse_proxy january:7000
|
|
}
|
|
|
|
http://eu-proxy.poketube.test {
|
|
@invidious {
|
|
path /videoplayback*
|
|
path /latest_version*
|
|
}
|
|
|
|
reverse_proxy @invidious invidious:3000
|
|
}
|
|
|
|
http://p.poketube.test {
|
|
reverse_proxy pproxy:6014
|
|
}
|