Compare commits
21
Commits
ee6f6ebfa5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
898a4bed54 | ||
|
|
7c9bc84b06 | ||
|
|
716c344b6d | ||
|
|
41ef3bcaaf | ||
|
|
b5db2630b1 | ||
|
|
2a6d22db93 | ||
|
|
51e09b6bc4 | ||
|
|
6418832075 | ||
|
|
3e073440ea | ||
|
|
00895f75d8 | ||
|
|
af1f7de2da | ||
|
|
e193c79fc4 | ||
|
|
462ea903b0 | ||
|
|
9044116b56 | ||
|
|
c9b81b9dbf | ||
|
|
4baa4f28d3 | ||
|
|
f281c8bc0d | ||
|
|
f617beff36 | ||
|
|
e3b0cf5dcf | ||
|
|
35b183643c | ||
|
|
4bf49aa6ab |
@@ -3,15 +3,15 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: henrygd/beszel-agent:0.18.7
|
||||
image: henrygd/beszel-agent:0.19.0
|
||||
container_name: beszel-agent
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ${INCLUDE_PATH}/beszel/data:/var/lib/beszel-agent
|
||||
- ${INCLUDE_PATH}/beszel/socket:/beszel_socket
|
||||
- ${SERVICE_PATH}/beszel/data:/var/lib/beszel-agent
|
||||
- ${SERVICE_PATH}/beszel/socket:/beszel_socket
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
LISTEN: /beszel_socket/beszel.sock
|
||||
HUB_URL: http://100.64.0.1:3004
|
||||
HUB_URL: http://100.64.0.3:3004
|
||||
TOKEN: ${BESZEL_VPS_TOKEN}
|
||||
KEY: ${BESZEL_VPS_KEY}
|
||||
|
||||
@@ -4,10 +4,10 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: crowdsec
|
||||
image: crowdsecurity/crowdsec:v1.7.8
|
||||
image: crowdsecurity/crowdsec:v1.8.1
|
||||
environment:
|
||||
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
|
||||
ports:
|
||||
- 6061:8080
|
||||
|
||||
@@ -8,7 +8,8 @@ http:
|
||||
enabled: true
|
||||
logLevel: INFO
|
||||
updateIntervalSeconds: 60
|
||||
crowdsecMode: live
|
||||
metricsUpdateIntervalSeconds: 600
|
||||
crowdsecMode: stream
|
||||
crowdsecAppsecEnabled: true
|
||||
crowdsecAppsecFailureBlock: true
|
||||
crowdsecAppsecUnreachableBlock: true
|
||||
@@ -20,13 +21,14 @@ http:
|
||||
forwardedHeadersTrustedIPs:
|
||||
- 10.0.0.0/8
|
||||
clientTrustedIPs:
|
||||
- 192.168.178.0/24
|
||||
- 192.168.1.0/24
|
||||
- 100.64.0.0/24
|
||||
# captchaProvider: hcaptcha
|
||||
# captchaSiteKey: b2d20610-8dda-4f40-8688-7ca8e1e628f8 # found in hcaptcha account
|
||||
# captchaSecretKey: {{ env "TRAEFIK_CAPTCHA_KEY" }}
|
||||
# captchaGracePeriodSeconds: 1800
|
||||
# captchaHTMLFilePath: /captcha.html
|
||||
# banHTMLFilePath: /ban.html
|
||||
captchaGracePeriodSeconds: 1800
|
||||
captchaHTMLFilePath: /captcha.html
|
||||
banHTMLFilePath: /ban.html
|
||||
|
||||
routers:
|
||||
authelia:
|
||||
|
||||
@@ -74,4 +74,4 @@ experimental:
|
||||
plugins:
|
||||
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:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: traefik:v3.7.10
|
||||
image: traefik:v3.7.13
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "8079:8080"
|
||||
networks:
|
||||
- ip4net
|
||||
ip4net:
|
||||
ipv4_address: 10.6.0.10
|
||||
environment:
|
||||
TRAEFIK_EMAIL: ${EMAIL}
|
||||
TRAEFIK_PUBLIC_DOMAIN: ${PUBLIC_DOMAIN}
|
||||
|
||||
Reference in New Issue
Block a user