feat: Initial commit
This commit is contained in:
41
config/Caddyfile
Normal file
41
config/Caddyfile
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user