infrastructure/ansible/roles/traefik/files/file-provider-main.yml

28 lines
727 B
YAML
Raw Normal View History

2020-02-02 21:10:29 +00:00
http:
middlewares:
compress:
compress: {}
# https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
floc-block:
headers:
customResponseHeaders:
Permissions-Policy: interest-cohort=()
tailscale-only:
ipWhiteList:
sourceRange:
- "{{ tailscale_cidr }}"
- "{{ tailscale_cidr_ipv6 }}"
- "{{ pve_hosts.forrest.ip }}"
2024-04-20 18:00:08 +01:00
- "{{ pve_hosts.forrest.ipv6 }}"
private-access:
ipWhiteList:
sourceRange:
- "{{ tailscale_cidr }}"
- "{{ tailscale_cidr_ipv6 }}"
- "{{ nebula.cidr }}"
- "{{ pve_hosts.internal_cidr }}"
2024-04-20 18:00:08 +01:00
- "{{ pve_hosts.internal_cidr_ipv6 }}"