cps_loki/config/caddy/Caddyfile

35 lines
507 B
Caddyfile
Raw Normal View History

2024-03-25 08:59:52 +00:00
# {
# debug
2024-03-20 11:01:11 +00:00
# }
2024-02-08 10:48:19 +00:00
http://loki {
root * /usr/share/caddy
file_server browse
2024-03-20 11:01:11 +00:00
handle_path /config* {
2024-03-25 08:59:52 +00:00
reverse_proxy http://olivetin:1337
2024-03-20 11:01:11 +00:00
}
2024-02-08 10:48:19 +00:00
2024-03-20 11:01:11 +00:00
handle_path /viz* {
2024-03-25 08:59:52 +00:00
reverse_proxy http://foxglove:8080
2024-03-20 11:01:11 +00:00
}
2024-03-27 10:50:03 +00:00
# this is not working right now
handle_path /joy* {
reverse_proxy http://host.docker.internal:8000
}
2024-02-08 10:48:19 +00:00
}
2024-03-25 08:59:52 +00:00
http://loki.local {
root * /usr/share/caddy
file_server browse
handle_path /config {
reverse_proxy http://olivetin:1337
}
handle_path /viz* {
reverse_proxy http://foxglove:8080
}
}