feat: add first page with auth and containers list and agents

This commit is contained in:
2026-05-18 08:24:02 +02:00
parent 446087ae01
commit 3b4a841bf5
56 changed files with 16267 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
# ── Rust (agent/) ─────────────────────────────────────────────────────────────
agent/target/
# ── Go (server/) ──────────────────────────────────────────────────────────────
server/vendor/
server/*.test
server/*.out
# Generated protobuf (rebuilt with `make proto`)
server/internal/proto/
# ── SvelteKit (web/) ──────────────────────────────────────────────────────────
web/node_modules/
web/.svelte-kit/
web/build/
web/dist/
web/.env
web/.env.*
# ── Docker ────────────────────────────────────────────────────────────────────
*.tar
# ── Données & secrets ─────────────────────────────────────────────────────────
*.db
*.db-wal
*.db-shm
.env
.env.*
!.env.example
# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Éditeurs ──────────────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo