sdf
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-27 21:01:31 -05:00
parent 0b9740446d
commit 64431455ff

View file

@ -15,7 +15,7 @@
# SNIPPETS # SNIPPETS
# ───────────────────────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────────────────────
(use-crowdsec) { (crowdsec) {
crowdsec { crowdsec {
api_url http://crowdsec:8080 api_url http://crowdsec:8080
api_key {$CROWDSEC_API_KEY} api_key {$CROWDSEC_API_KEY}
@ -70,56 +70,56 @@ cloud.netgrimoire.com {
# Services with Authentik Protection # Services with Authentik Protection
dozzle.netgrimoire.com { dozzle.netgrimoire.com {
import use-crowdsec import crowdsec
import authentik import authentik
reverse_proxy http://192.168.4.72:8043 reverse_proxy http://192.168.4.72:8043
} }
dns.netgrimoire.com { dns.netgrimoire.com {
import use-crowdsec import crowdsec
import authentik import authentik
reverse_proxy http://192.168.5.7:5380 reverse_proxy http://192.168.5.7:5380
} }
webtop.netgrimoire.com { webtop.netgrimoire.com {
import use-crowdsec import crowdsec
import authentik import authentik
reverse_proxy http://webtop:3000 reverse_proxy http://webtop:3000
} }
jackett.netgrimoire.com { jackett.netgrimoire.com {
import use-crowdsec import crowdsec
import authentik import authentik
reverse_proxy http://gluetun:9117 reverse_proxy http://gluetun:9117
} }
transmission.netgrimoire.com { transmission.netgrimoire.com {
import use-crowdsec import crowdsec
import authentik import authentik
reverse_proxy http://gluetun:9091 reverse_proxy http://gluetun:9091
} }
scrutiny.netgrimoire.com { scrutiny.netgrimoire.com {
import use-crowdsec import crowdsec
import authentik import authentik
reverse_proxy http://192.168.5.10:8081 reverse_proxy http://192.168.5.10:8081
} }
homelable.netgrimoire.com { homelable.netgrimoire.com {
import use-crowdsec import crowdsec
import authentik import authentik
reverse_proxy http://homelable-frontend:80 reverse_proxy http://homelable-frontend:80
} }
# Services with Authelia Protection # Services with Authelia Protection
stash.wasted-bandwidth.net { stash.wasted-bandwidth.net {
import use-crowdsec import crowdsec
import authelia import authelia
reverse_proxy http://192.168.5.10:9999 reverse_proxy http://192.168.5.10:9999
} }
namer.wasted-bandwidth.net { namer.wasted-bandwidth.net {
import use-crowdsec import crowdsec
import authelia import authelia
reverse_proxy http://192.168.5.10:6980 reverse_proxy http://192.168.5.10:6980
} }