42 lines
778 B
Caddyfile
42 lines
778 B
Caddyfile
{
|
|
email {env.ACME_EMAIL}
|
|
}
|
|
|
|
*.housh.dev {
|
|
tls {
|
|
dns cloudflare {env.CF_AUTH_TOKEN}
|
|
resolvers 1.1.1.1
|
|
}
|
|
|
|
@pos host po.housh.dev
|
|
handle @pos {
|
|
reverse_proxy purchase_orders:8080
|
|
}
|
|
|
|
@legacypos host legacy-po.housh.dev, legacy-pos.housh.dev
|
|
handle @legacypos {
|
|
reverse_proxy po_app:5000
|
|
}
|
|
|
|
@gitea host git.housh.dev
|
|
handle @gitea {
|
|
reverse_proxy mightymini.housh.dev:3000
|
|
}
|
|
|
|
@gitea host dash.housh.dev
|
|
handle @gitea {
|
|
reverse_proxy homarr:7575
|
|
}
|
|
|
|
@komodo host komo.housh.dev
|
|
handle @gitea {
|
|
reverse_proxy mightymini.housh.dev:9120
|
|
}
|
|
|
|
@excalidraw host draw.housh.dev
|
|
handle @gitea {
|
|
reverse_proxy mightymini.housh.dev:8180
|
|
}
|
|
|
|
}
|