feat: Initial commit

This commit is contained in:
2025-03-18 20:11:47 -04:00
parent d14bf353dd
commit d450fec574
4 changed files with 80 additions and 0 deletions

41
config/Caddyfile Normal file
View File

@@ -0,0 +1,41 @@
{
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
}
}