2 Commits

Author SHA1 Message Date
gilles 10cc6979c9 feat(install): script d'installation agents complet
- Détection architecture (amd64, arm64, Raspberry Pi armv7)
- Téléchargement binaire depuis release Gitea
- Création config YAML dans /etc/sentinelmesh/
- Création et activation service systemd
- Enregistrement automatique auprès du backend
- Vérification des prérequis (root, curl, systemd)
- Support --server, --token, --agent-type, --hostname, --version

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 06:24:29 +02:00
gilles 7cf56f24ef chore: initialise la structure du projet SentinelMesh
- Workspace Cargo avec backend, agent-scan-network, agent-metric
- Skeleton Rust pour les trois crates (Axum, Tokio, SQLx)
- Documentation : README, FEATURES, ROADMAP, ARCHITECTURE, API, INSTALL
- Exemples de widgets Glance (custom-api)
- Script d'installation agents (squelette Phase 5)
- Docker Compose + Dockerfile backend
- .gitignore et CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 05:59:12 +02:00