Files
templates/blueprints/crowdsec/template.toml
Luis 126f6757c6 Add crowdsec to blueprints (#321)
* add docker-compose for crowdsec

* add template.toml

* edit meta.json

* add crowdsec logo

* process-meta

* Update blueprints/crowdsec/docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-09-01 23:13:59 -06:00

9 lines
131 B
TOML

[variables]
auth_log_path = "/var/log/auth.log"
[config]
mounts = []
domains = []
[config.env]
AUTH_LOG_PATH = "${auth_log_path}"