base dashboard and login
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# CrowdSec Dashy — Configuration
|
||||
# Auto-generated on first run. Edit required fields and restart.
|
||||
# Lines starting with # are comments.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
# Network — address:port the web UI listens on
|
||||
port = 10.98.195.1:10080
|
||||
|
||||
# CrowdSec Local API
|
||||
crowdsec_api_url = http://localhost:8888
|
||||
crowdsec_api_login = crowdsec-dashy
|
||||
crowdsec_api_password = Snoring-Paddling7-Overfill
|
||||
|
||||
# Path to cscli binary (required for bouncers, machines, hub, metrics)
|
||||
# In Docker: bind-mount the binary into the container at this path.
|
||||
# Leave empty or point to a missing path to disable CLI features gracefully.
|
||||
cscli_path = /usr/local/bin/cscli
|
||||
|
||||
# Web UI — HTTP Basic Auth
|
||||
# ui_password is auto-hashed with bcrypt on first startup.
|
||||
# To pre-hash a password: crowdsec-dashy -pwhash "your-password"
|
||||
ui_username = admin
|
||||
ui_password = $2a$10$u64XyTYnIYFrEyM5Ht4g8.GIEoX.gSlR.bk0cBZuW8dgity.MmrJ.
|
||||
|
||||
# Session signing secret — auto-generated, keep private
|
||||
ui_session_secret = ff675b56e36e70e6a1a1ad76cd20013b025c66d6df2b48f830608bfd8dfa8eb2
|
||||
|
||||
# Dashboard live-poll interval (seconds)
|
||||
poll_interval_sec = 15
|
||||
Reference in New Issue
Block a user