18 lines
428 B
Caddyfile
18 lines
428 B
Caddyfile
:80 {
|
|
route /whoami {
|
|
# https://acouvreur.github.io/sablier/#/plugins/caddy?id=configuration
|
|
sablier http://sablier:10000 {
|
|
group demo
|
|
session_duration 5s
|
|
dynamic {
|
|
display_name My Whoami Service
|
|
show_details on
|
|
theme shuffle # https://acouvreur.github.io/sablier/#/themes?id=themes
|
|
refresh_frequency 1s
|
|
}
|
|
}
|
|
|
|
reverse_proxy whoami:80
|
|
}
|
|
}
|