36 lines
810 B
YAML
36 lines
810 B
YAML
http:
|
|
middlewares:
|
|
crowdsec:
|
|
plugin:
|
|
bouncer:
|
|
enabled: true
|
|
crowdsecMode: stream
|
|
crowdsecLapiHost: "localhost:8080"
|
|
crowdsecLapiKey: gFJjSzdbB0GCe/1Y9HcxMPP1vQmoa4psZOFyleJZJVQ
|
|
compress-middleware:
|
|
compress:
|
|
encodings:
|
|
- zstd
|
|
- br
|
|
- gzip
|
|
minResponseBodyBytes: 1024
|
|
includedContentTypes:
|
|
- text/html
|
|
- text/css
|
|
- application/javascript
|
|
- application/json
|
|
- text/plain
|
|
routers:
|
|
qbit:
|
|
rule: Host(`qbit.gbanyan.net`)
|
|
service: qbit
|
|
entryPoints: ["internal_websecure"]
|
|
tls:
|
|
certResolver: letsencrypt
|
|
|
|
services:
|
|
qbit:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://192.168.50.4:8083"
|