Commit Graph

14 Commits

Author SHA1 Message Date
Lago 5d68dc173c style: fix Fluent UI contrast and accessibility 2026-04-17 23:52:28 +02:00
Lago 1e5895592a feat(admin): migrate admin UI to Microsoft Fluent web components 2026-04-17 23:46:57 +02:00
Lago fb0f81fbe5 docs: update README — remove chmod, add two-var env model, full NPM nginx config 2026-04-17 23:09:58 +02:00
Lago 00d08713ea docs: update AGENT.md + ARQUITECTURE.md — inline entrypoint, NPM full config, env vars, Unraid notes 2026-04-17 23:08:47 +02:00
Lago 1498ec78c3 fix: generate config.js inline via entrypoint — Unraid doesn't preserve execute bits on bind mounts 2026-04-17 23:04:03 +02:00
Lago bb7a90ea74 fix: remove all hardcoded localhost, cache-bust config.js, gitignore generated config.js 2026-04-17 22:58:14 +02:00
Lago 27c55f3e69 refactor: derive GoTrue URLs from SITE_URL + SUPABASE_PUBLIC_URL — only 2 vars to change between local and prod 2026-04-17 22:34:18 +02:00
Lago 1b72c53f9b fix: update SUPABASE_URL to use port 55521 for local development 2026-04-17 19:16:54 +02:00
Lago e0a2cf96cc fix: remove :ro from web html mount so 99-config.sh can write config.js 2026-04-17 19:05:25 +02:00
Lago c1c9063996 docs: update README, AGENT, ARQUITECTURE for 555xx ports, Portainer deploy, absolute paths 2026-04-17 18:54:30 +02:00
Lago 8b0a25f9c3 chore: remap external ports to 555xx range to avoid host collisions 2026-04-17 18:50:49 +02:00
Lago 5865f796ce feat: Portainer-compatible stack — no build step, bind-mount web service, LF-enforced shell scripts 2026-04-17 18:41:41 +02:00
Lago 73aa72b7ee fix: admin panel — password rotation, vehicle edit DOM clash, nginx cache headers 2026-04-17 17:58:12 +02:00
Lago 61517879e1 feat: Add Supabase configuration and migrations for MC Cars application
- Create Kong declarative configuration for routing and authentication.
- Implement initialization script to set up the database.
- Add SQL migration for initializing roles, schemas, and seeding vehicle data.
- Create leads and customers tables with appropriate policies and functions for CRM.
- Seed admin user and configure storage bucket with RLS policies.
2026-04-17 17:50:57 +02:00