chore(security): remove committed basic auth examples
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
http:
|
||||
routers:
|
||||
kopia:
|
||||
rule: Host(`kopia.example.com`)
|
||||
entryPoints:
|
||||
- websecure
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
middlewares:
|
||||
- crowdsec-bouncer@file
|
||||
- ths-authentik@docker
|
||||
- kopia-inject-auth
|
||||
service: kopia
|
||||
|
||||
middlewares:
|
||||
kopia-inject-auth:
|
||||
headers:
|
||||
customRequestHeaders:
|
||||
Authorization: "Basic <base64-user-colon-password>"
|
||||
|
||||
services:
|
||||
kopia:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://host.docker.internal:51515"
|
||||
Reference in New Issue
Block a user