Gigafibre Field Service Management - ERPNext doctypes, dispatch app, architecture docs
Go to file
louispaulb f1faffeab9 feat: switch Dispatch auth to Authentik forwardAuth
- Remove login form from App.vue (Authentik handles auth at Traefik level)
- Simplify auth store: no more checkSession/generate_keys complexity
- All ERPNext API calls use a service token (reliable, no CORS issues)
- User identity provided by Authentik X-authentik-email header
- Logout redirects to Authentik end-session URL
- Removed: login(), generate_keys, cookie fallback, token localStorage

Infrastructure:
- Created Authentik Proxy Provider for dispatch.gigafibre.ca
- Added to embedded outpost
- Applied authentik@file middleware to dispatch Traefik router
- Also removed unused Gitea (git.gigafibre.ca) containers + volumes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 13:33:09 -04:00
frappe-setup Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
infra Refactor: modular architecture — extract composables & components 2026-03-24 16:08:56 -04:00
public/icons Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
scripts Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
src feat: switch Dispatch auth to Authentik forwardAuth 2026-03-27 13:33:09 -04:00
src-pwa Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
.dockerignore Refactor: modular architecture — extract composables & components 2026-03-24 16:08:56 -04:00
.eslintrc.cjs Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
.gitignore Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
deploy-fast.sh Add deploy-fast.sh — local build + docker cp (~5s vs ~30s) 2026-03-24 16:12:07 -04:00
deploy.sh Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
Dockerfile Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
index.html Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
package-lock.json Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
package.json Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
quasar.config.js feat: auth gate, GPS hybrid tracking, tech CRUD modal, ERPNext API proxy 2026-03-27 12:02:04 -04:00