feat(domain): separate POS to pos.nexusautoparts.com.mx subdomain

- nexusautoparts.com.mx -> Dashboard/Landing (port 5000)
- pos.nexusautoparts.com.mx -> POS (port 5001) with static assets proxy
- admin.nexusautoparts.com.mx -> Dashboard (port 5000)
- Update mobile app configs to point to pos.nexusautoparts.com.mx
- Update Caddy docs with new subdomain layout
This commit is contained in:
2026-05-14 09:30:43 +00:00
parent 6734993508
commit e61063bdd7
4 changed files with 44 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"appName": "Nexus POS",
"webDir": "www",
"server": {
"url": "https://nexusautoparts.com.mx/pos",
"url": "https://pos.nexusautoparts.com.mx/pos",
"cleartext": true
},
"plugins": {

View File

@@ -8,7 +8,7 @@
## Architecture
The Capacitor app loads the POS from the remote server at
`https://nexusautoparts.com.mx/pos`. This means:
`https://pos.nexusautoparts.com.mx/pos`. This means:
- The app requires internet on first load.
- The PWA service worker handles offline caching after that.
- No HTML/JS/CSS is bundled into the native binary.