2024-03-28 08:46:50 +00:00
|
|
|
# {
|
|
|
|
# debug
|
|
|
|
# }
|
|
|
|
|
2024-03-28 08:53:35 +00:00
|
|
|
http://cps-seggy {
|
2024-03-28 08:46:50 +00:00
|
|
|
root * /usr/share/caddy
|
|
|
|
file_server browse
|
|
|
|
|
|
|
|
handle_path /config* {
|
|
|
|
reverse_proxy http://olivetin:1337
|
|
|
|
}
|
|
|
|
|
|
|
|
handle_path /viz* {
|
|
|
|
reverse_proxy http://foxglove:8080
|
|
|
|
}
|
|
|
|
|
|
|
|
# this is not working right now
|
|
|
|
handle_path /joy* {
|
|
|
|
reverse_proxy http://host.docker.internal:8000
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-03-28 08:53:35 +00:00
|
|
|
http://cps-seggy.local {
|
2024-03-28 08:46:50 +00:00
|
|
|
root * /usr/share/caddy
|
|
|
|
file_server browse
|
|
|
|
|
|
|
|
handle_path /config {
|
|
|
|
reverse_proxy http://olivetin:1337
|
|
|
|
}
|
|
|
|
|
|
|
|
handle_path /viz* {
|
|
|
|
reverse_proxy http://foxglove:8080
|
|
|
|
}
|
|
|
|
}
|