mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-05-29 15:35:59 +00:00
add crowdsec
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
appsec_configs:
|
||||
- crowdsecurity/appsec-default
|
||||
labels:
|
||||
type: appsec
|
||||
listen_addr: 0.0.0.0:7422
|
||||
source: appsec
|
||||
name: caddy-appsec
|
||||
@@ -0,0 +1,8 @@
|
||||
source: docker
|
||||
container_name:
|
||||
- caddy
|
||||
labels:
|
||||
type: caddy
|
||||
follow_stdout: true
|
||||
follow_stderr: true
|
||||
check_interval: 5s
|
||||
@@ -0,0 +1,26 @@
|
||||
source: docker
|
||||
container_name:
|
||||
- gitea
|
||||
labels:
|
||||
type: gitea
|
||||
follow_stdout: true
|
||||
follow_stderr: true
|
||||
check_interval: 5s
|
||||
---
|
||||
source: docker
|
||||
container_name:
|
||||
- vaultwarden
|
||||
labels:
|
||||
type: vaultwarden
|
||||
follow_stdout: true
|
||||
follow_stderr: true
|
||||
check_interval: 5s
|
||||
---
|
||||
source: docker
|
||||
container_name:
|
||||
- stalwart
|
||||
labels:
|
||||
type: stalwart
|
||||
follow_stdout: true
|
||||
follow_stderr: true
|
||||
check_interval: 5s
|
||||
@@ -0,0 +1,5 @@
|
||||
source: journalctl
|
||||
journalctl_filter:
|
||||
- "_SYSTEMD_UNIT=ssh.service"
|
||||
labels:
|
||||
type: syslog
|
||||
Reference in New Issue
Block a user