feat: Adds server management console to proxy.

This commit is contained in:
2025-04-08 13:57:46 -04:00
parent 42fcc03630
commit e470cac946

View File

@@ -5,12 +5,17 @@
*.housh.dev {
@console host console.roguemini.housh.dev
handle @console {
reverse_proxy 192.168.50.4:9090
}
@pos host po.roguemini.housh.dev
handle @pos {
reverse_proxy purchase_orders:8080
}
@legacypos host legacy-po.roguemini.housh.dev, legacy-pos.roguemini.housh.dev
@legacypos host legacy-po.roguemini.housh.dev
handle @legacypos {
reverse_proxy po_app:5000
}