feat: Reverts changes.
This commit is contained in:
@@ -3,18 +3,25 @@
|
||||
acme_dns cloudflare {env.CF_AUTH_TOKEN}
|
||||
}
|
||||
|
||||
po.roguemini.housh.dev {
|
||||
*.housh.dev {
|
||||
|
||||
@pos host po.roguemini.housh.dev
|
||||
handle @pos {
|
||||
reverse_proxy purchase_orders:8080
|
||||
}
|
||||
|
||||
legacy-po.roguemini.housh.dev, legacy-pos.roguemini.housh.dev {
|
||||
@legacypos host legacy-po.roguemini.housh.dev, legacy-pos.roguemini.housh.dev
|
||||
handle @legacypos {
|
||||
reverse_proxy po_app:5000
|
||||
}
|
||||
|
||||
dash.roguemini.housh.dev {
|
||||
@homarr host dash.roguemini.housh.dev
|
||||
handle @homarr {
|
||||
reverse_proxy homarr:7575
|
||||
}
|
||||
|
||||
snapp.roguemini.housh.dev {
|
||||
@snapp host snapp.roguemini.housh.dev
|
||||
handle @snapp {
|
||||
reverse_proxy snapp:3000
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user