add caddy service

This commit is contained in:
Micha Albert 2024-09-12 13:16:33 -04:00
parent 5774a351e1
commit 29683d43a8
2 changed files with 27 additions and 0 deletions

12
caddy/Caddyfile Normal file
View file

@ -0,0 +1,12 @@
live.onboard.hackclub.com {
reverse_proxy localhost:8889
handle /slack/* {
reverse_proxy localhost:8000
}
handle /api/v1/github/* {
reverse_proxy localhost:8000
}
handle /auth/* {
reverse_proxy localhost:8000
}
}