sdf
This commit is contained in:
parent
0b9740446d
commit
64431455ff
1 changed files with 10 additions and 10 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# SNIPPETS
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
(use-crowdsec) {
|
||||
(crowdsec) {
|
||||
crowdsec {
|
||||
api_url http://crowdsec:8080
|
||||
api_key {$CROWDSEC_API_KEY}
|
||||
|
|
@ -70,56 +70,56 @@ cloud.netgrimoire.com {
|
|||
|
||||
# Services with Authentik Protection
|
||||
dozzle.netgrimoire.com {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authentik
|
||||
reverse_proxy http://192.168.4.72:8043
|
||||
}
|
||||
|
||||
dns.netgrimoire.com {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authentik
|
||||
reverse_proxy http://192.168.5.7:5380
|
||||
}
|
||||
|
||||
webtop.netgrimoire.com {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authentik
|
||||
reverse_proxy http://webtop:3000
|
||||
}
|
||||
|
||||
jackett.netgrimoire.com {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authentik
|
||||
reverse_proxy http://gluetun:9117
|
||||
}
|
||||
|
||||
transmission.netgrimoire.com {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authentik
|
||||
reverse_proxy http://gluetun:9091
|
||||
}
|
||||
|
||||
scrutiny.netgrimoire.com {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authentik
|
||||
reverse_proxy http://192.168.5.10:8081
|
||||
}
|
||||
|
||||
homelable.netgrimoire.com {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authentik
|
||||
reverse_proxy http://homelable-frontend:80
|
||||
}
|
||||
|
||||
# Services with Authelia Protection
|
||||
stash.wasted-bandwidth.net {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authelia
|
||||
reverse_proxy http://192.168.5.10:9999
|
||||
}
|
||||
|
||||
namer.wasted-bandwidth.net {
|
||||
import use-crowdsec
|
||||
import crowdsec
|
||||
import authelia
|
||||
reverse_proxy http://192.168.5.10:6980
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue