: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 } }