mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 01:03:41 -05:00
12 lines
No EOL
285 B
Caddyfile
12 lines
No EOL
285 B
Caddyfile
live.onboard.hackclub.com {
|
|
reverse_proxy host.containers.internal:8889
|
|
handle /slack/* {
|
|
reverse_proxy host.containers.internal:8000
|
|
}
|
|
handle /api/v1/github/* {
|
|
reverse_proxy host.containers.internal:8000
|
|
}
|
|
handle /auth/* {
|
|
reverse_proxy host.containers.internal:8000
|
|
}
|
|
} |