first commit

This commit is contained in:
1-h
2024-08-30 15:31:07 +08:00
commit daab4851ed
4 changed files with 58 additions and 0 deletions

17
Caddyfile Normal file
View File

@ -0,0 +1,17 @@
: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
}
}