Compare commits
19
Commits
35b183643c
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
898a4bed54 | ||
|
|
7c9bc84b06 | ||
|
|
716c344b6d | ||
|
|
41ef3bcaaf | ||
|
|
b5db2630b1 | ||
|
|
2a6d22db93 | ||
|
|
51e09b6bc4 | ||
|
|
6418832075 | ||
|
|
3e073440ea | ||
|
|
00895f75d8 | ||
|
|
af1f7de2da | ||
|
|
e193c79fc4 | ||
|
|
462ea903b0 | ||
|
|
9044116b56 | ||
|
|
c9b81b9dbf | ||
|
|
4baa4f28d3 | ||
|
|
f281c8bc0d | ||
|
|
f617beff36 | ||
|
|
e3b0cf5dcf |
@@ -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,10 +4,10 @@ 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
|
||||||
CROWDSEC_BOUNCER_API_KEY: ${CROWDSEC_API_KEY}
|
BOUNCER_KEY_traefik: ${CROWDSEC_API_KEY}
|
||||||
CUSTOM_HOSTNAME: crowdsec
|
CUSTOM_HOSTNAME: crowdsec
|
||||||
ports:
|
ports:
|
||||||
- 6061:8080
|
- 6061:8080
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ http:
|
|||||||
enabled: true
|
enabled: true
|
||||||
logLevel: INFO
|
logLevel: INFO
|
||||||
updateIntervalSeconds: 60
|
updateIntervalSeconds: 60
|
||||||
crowdsecMode: live
|
metricsUpdateIntervalSeconds: 600
|
||||||
|
crowdsecMode: stream
|
||||||
crowdsecAppsecEnabled: true
|
crowdsecAppsecEnabled: true
|
||||||
crowdsecAppsecFailureBlock: true
|
crowdsecAppsecFailureBlock: true
|
||||||
crowdsecAppsecUnreachableBlock: true
|
crowdsecAppsecUnreachableBlock: true
|
||||||
@@ -20,13 +21,14 @@ http:
|
|||||||
forwardedHeadersTrustedIPs:
|
forwardedHeadersTrustedIPs:
|
||||||
- 10.0.0.0/8
|
- 10.0.0.0/8
|
||||||
clientTrustedIPs:
|
clientTrustedIPs:
|
||||||
- 192.168.178.0/24
|
- 192.168.1.0/24
|
||||||
|
- 100.64.0.0/24
|
||||||
# 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,14 +3,15 @@ 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"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "8079:8080"
|
- "8079:8080"
|
||||||
networks:
|
networks:
|
||||||
- ip4net
|
ip4net:
|
||||||
|
ipv4_address: 10.6.0.10
|
||||||
environment:
|
environment:
|
||||||
TRAEFIK_EMAIL: ${EMAIL}
|
TRAEFIK_EMAIL: ${EMAIL}
|
||||||
TRAEFIK_PUBLIC_DOMAIN: ${PUBLIC_DOMAIN}
|
TRAEFIK_PUBLIC_DOMAIN: ${PUBLIC_DOMAIN}
|
||||||
|
|||||||
Reference in New Issue
Block a user