[READ-ONLY] Mirror of https://github.com/maybeanerd/home-cluster. IAC for a kubernetes cluster hosted at home. status.cluster.diluz.io
hacktoberfest
1

Configure Feed

Select the types of activity you want to include in your feed.

feat(frp): proxy header and protocol version (#1471)

* feat(frp): proxy header and protocol version

* feat(traefik): trust proxy headers

authored by

Sebastian Di Luzio and committed by
GitHub
(Jun 28, 2026, 3:06 PM +0200) 8b8e1e4f d5b6703d

+11 -1
+5 -1
charts/frp/frpc.toml
··· 3 3 4 4 auth.token = "{{ .Envs.FRP_AUTH_TOKEN }}" 5 5 6 + [transport] 7 + wireProtocol = "v2" 8 + proxyProtocolVersion = "v2" 9 + 6 10 [webServer] 7 11 addr = "127.0.0.1" 8 12 port = 7400 ··· 49 53 localIP = "{{ $.Envs.MATRIX_RTC_TURN_IP }}" 50 54 localPort = {{ $v }} 51 55 remotePort = {{ $v }} 52 - {{- end }} 56 + {{- end }}
+6
charts/traefik/values.yaml
··· 34 34 # always redirect http to https 35 35 ports: 36 36 web: 37 + proxyProtocol: 38 + trustedIPs: 39 + - "10.42.0.0/16" 37 40 http: 38 41 redirections: 39 42 entryPoint: ··· 41 44 scheme: https 42 45 permanent: true 43 46 websecure: 47 + proxyProtocol: 48 + trustedIPs: 49 + - "10.42.0.0/16" 44 50 http: 45 51 tls: 46 52 # Default acme config