Update yamllint

This commit is contained in:
Jake Howard
2020-06-18 20:49:12 +01:00
parent 9f59b30f1e
commit f878866f10
20 changed files with 90 additions and 90 deletions

View File

@ -3,9 +3,9 @@ http:
internal-only:
ipWhiteList:
sourceRange:
- "10.0.0.0/8"
- "172.16.0.0/12"
- "192.168.0.0/16"
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
tls-redirect:
redirectScheme:
scheme: https

View File

@ -1,16 +1,16 @@
entryPoints:
web:
address: ":80"
address: :80
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"
web-secure:
address: ":443"
address: :443
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"
matrix:
address: ":8448"
address: :8448
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"