base dashboard and login
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user