Compare commits
17
Commits
f617beff36
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
898a4bed54 | ||
|
|
7c9bc84b06 | ||
|
|
716c344b6d | ||
|
|
41ef3bcaaf | ||
|
|
b5db2630b1 | ||
|
|
2a6d22db93 | ||
|
|
51e09b6bc4 | ||
|
|
6418832075 | ||
|
|
3e073440ea | ||
|
|
00895f75d8 | ||
|
|
af1f7de2da | ||
|
|
e193c79fc4 | ||
|
|
462ea903b0 | ||
|
|
9044116b56 | ||
|
|
c9b81b9dbf | ||
|
|
4baa4f28d3 | ||
|
|
f281c8bc0d |
@@ -3,12 +3,12 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: henrygd/beszel-agent:0.18.7
|
image: henrygd/beszel-agent:0.19.0
|
||||||
container_name: beszel-agent
|
container_name: beszel-agent
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ${SERVICE_PATH}/beszel/data:/var/lib/beszel-agent
|
- ${SERVICE_PATH}/beszel/data:/var/lib/beszel-agent
|
||||||
- ${SERIVCE_PATH}/beszel/socket:/beszel_socket
|
- ${SERVICE_PATH}/beszel/socket:/beszel_socket
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
environment:
|
environment:
|
||||||
LISTEN: /beszel_socket/beszel.sock
|
LISTEN: /beszel_socket/beszel.sock
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: crowdsec
|
container_name: crowdsec
|
||||||
image: crowdsecurity/crowdsec:v1.7.8
|
image: crowdsecurity/crowdsec:v1.8.1
|
||||||
environment:
|
environment:
|
||||||
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules crowdsecurity/http-cve
|
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules crowdsecurity/http-cve
|
||||||
BOUNCER_KEY_traefik: ${CROWDSEC_API_KEY}
|
BOUNCER_KEY_traefik: ${CROWDSEC_API_KEY}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ http:
|
|||||||
enabled: true
|
enabled: true
|
||||||
logLevel: INFO
|
logLevel: INFO
|
||||||
updateIntervalSeconds: 60
|
updateIntervalSeconds: 60
|
||||||
|
metricsUpdateIntervalSeconds: 600
|
||||||
crowdsecMode: stream
|
crowdsecMode: stream
|
||||||
crowdsecAppsecEnabled: true
|
crowdsecAppsecEnabled: true
|
||||||
crowdsecAppsecFailureBlock: true
|
crowdsecAppsecFailureBlock: true
|
||||||
@@ -25,9 +26,9 @@ http:
|
|||||||
# captchaProvider: hcaptcha
|
# captchaProvider: hcaptcha
|
||||||
# captchaSiteKey: b2d20610-8dda-4f40-8688-7ca8e1e628f8 # found in hcaptcha account
|
# captchaSiteKey: b2d20610-8dda-4f40-8688-7ca8e1e628f8 # found in hcaptcha account
|
||||||
# captchaSecretKey: {{ env "TRAEFIK_CAPTCHA_KEY" }}
|
# captchaSecretKey: {{ env "TRAEFIK_CAPTCHA_KEY" }}
|
||||||
# captchaGracePeriodSeconds: 1800
|
captchaGracePeriodSeconds: 1800
|
||||||
# captchaHTMLFilePath: /captcha.html
|
captchaHTMLFilePath: /captcha.html
|
||||||
# banHTMLFilePath: /ban.html
|
banHTMLFilePath: /ban.html
|
||||||
|
|
||||||
routers:
|
routers:
|
||||||
authelia:
|
authelia:
|
||||||
|
|||||||
@@ -74,4 +74,4 @@ experimental:
|
|||||||
plugins:
|
plugins:
|
||||||
crowdsec-bouncer-traefik-plugin:
|
crowdsec-bouncer-traefik-plugin:
|
||||||
moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
|
moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
|
||||||
version: "v1.5.0-beta1"
|
version: "v1.7.1"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: traefik:v3.7.10
|
image: traefik:v3.7.13
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|||||||
Reference in New Issue
Block a user