feat(sync): auto-trigger PMTiles rebuild after sync + fix progress display
- Add pmtiles-webhook.ts shared helper for triggering PMTiles rebuild - sync-county: trigger rebuild when new features synced, pass jobId to syncLayer for sub-progress, update % after UAT completion (not before) - sync-all-counties: same progress fix + rebuild trigger at end - geoportal monitor: use shared helper instead of raw fetch - weekend-deep-sync + auto-refresh: consolidate webhook code via helper - docker-compose: default N8N_WEBHOOK_URL to pmtiles-webhook on satra:9876 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -49,8 +49,8 @@ AUTHENTIK_CLIENT_ID=your-authentik-client-id
|
||||
AUTHENTIK_CLIENT_SECRET=your-authentik-client-secret
|
||||
AUTHENTIK_ISSUER=https://auth.beletage.ro/application/o/architools/
|
||||
|
||||
# N8N automation (future)
|
||||
# N8N_WEBHOOK_URL=http://10.10.10.166:5678/webhook
|
||||
# PMTiles rebuild webhook (pmtiles-webhook systemd service on satra)
|
||||
N8N_WEBHOOK_URL=http://10.10.10.166:9876
|
||||
|
||||
# External tool URLs (displayed in dashboard)
|
||||
NEXT_PUBLIC_GITEA_URL=http://10.10.10.166:3002
|
||||
|
||||
Reference in New Issue
Block a user