base dashboard and login

This commit is contained in:
2026-05-17 08:28:16 +00:00
parent 64f4f3c5d4
commit 317a7f3f13
40 changed files with 3327 additions and 72 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
A lightweight, dependency-free web dashboard for monitoring and managing CrowdSec.
**Stack**: Go 1.22 · `html/template` · Tailwind CSS (CDN) · Zero external Go packages
**Stack**: Go 1.26 · `html/template` · Tailwind CSS (CDN) · Zero external Go packages
---
@@ -28,10 +28,10 @@ A lightweight, dependency-free web dashboard for monitoring and managing CrowdSe
```bash
# On the host running CrowdSec:
sudo cscli machines add crowdsec-dashy --password your-password -a
sudo cscli machines add crowdsec-dashy --password your-password -a -f /etc/crowdsec/dashy_credentials.yaml
# Or if CrowdSec is in Docker:
docker exec crowdsec cscli machines add crowdsec-dashy --password your-password -a
docker exec crowdsec cscli machines add crowdsec-dashy --password your-password -a -f /etc/crowdsec/dashy_credentials.yaml
```
### 2. Configure environment variables