Added config support for daemon, made password configurable

This commit is contained in:
2024-07-07 11:51:14 -03:00
parent 3e4c940479
commit 31ab54478a
7 changed files with 52 additions and 8 deletions

View File

@ -18,4 +18,11 @@ http://*:8888 {
handle_path /admin/* {
reverse_proxy /* http://127.0.0.1:3000
}
}
handle_path /faaso/exp/* {
reverse_proxy /* http://faaso-exp-6ne49v:3000 {
health_uri /ping
fail_duration 30s
}
}
}