No description
Find a file
rene 375a3305bb Add PocketBase schema migrations and migration pipeline
- 8 collections: vereine, gruppen, mitglieder, beitraege, einzuege,
  termine, nachrichten, push_subscriptions
- verein_id relation added to users (multi-tenant isolation)
- API rules enforce tenant separation via @request.auth.verein_id
- docker-compose: --migrationsDir=/pb_data/migrations flag + volume mount
- Makefile: migrations sync step added to deploy target
2026-05-19 20:40:47 +02:00
app Fix: VITE_PB_URL als Docker build-arg (api.vereins.haus) 2026-05-18 18:52:13 +02:00
pocketbase Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
.gitignore Grundgerüst: SvelteKit 5 + PocketBase + VitePWA 2026-05-18 18:46:33 +02:00
docker-compose.yml Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00
Makefile Add PocketBase schema migrations and migration pipeline 2026-05-19 20:40:47 +02:00