ci: add Gitea Actions CI/CD workflow
This commit is contained in:
15
Caddyfile
15
Caddyfile
@@ -33,3 +33,18 @@ api.todo.donovankelly.xyz {
|
||||
Access-Control-Allow-Credentials true
|
||||
}
|
||||
}
|
||||
|
||||
# Hammer gateway - hooks only (token-authenticated by gateway)
|
||||
hammer.donovankelly.xyz {
|
||||
handle /hooks/* {
|
||||
reverse_proxy host.docker.internal:18789
|
||||
}
|
||||
handle {
|
||||
respond "Not Found" 404
|
||||
}
|
||||
}
|
||||
|
||||
# Hammer gateway WebSocket - dedicated subdomain for WSS (token-authenticated)
|
||||
ws.hammer.donovankelly.xyz {
|
||||
reverse_proxy host.docker.internal:18789
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user