feat: trusted ips #128

Open
fauno wants to merge 1 commits from forwarded-headers into master
Owner

when traefik is behind a reverse proxy, we need to tell it which
networks to trust with x-real-ip headers

when traefik is behind a reverse proxy, we need to tell it which networks to trust with x-real-ip headers <!-- Thank you for doing recipe maintenance work! Please mark all checklist items which are relevant for your changes. Please remove the checklist items which are not relevant for your changes. Feel free to remove this comment. --> * [x] I have deployed and tested my changes * [x] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [x] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes)
fauno added 1 commit 2026-07-28 20:10:37 +00:00
feat: trusted ips
continuous-integration/drone/pr Build is failing
488777367f
when traefik is behind a reverse proxy, we need to tell it which
networks to trust with x-real-ip headers
fauno requested review from decentral1se 2026-07-28 20:10:37 +00:00
p4u1 reviewed 2026-07-28 20:49:53 +00:00
@@ -227,1 +227,4 @@
#ONION_ENABLED=1
# YAML array of trusted subnets
TRUSTED_IPS=
Owner

Nornally unused envs are commented out. Could we also do this here?

Nornally unused envs are commented out. Could we also do this here?
p4u1 reviewed 2026-07-28 20:50:38 +00:00
@@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v32
export TRAEFIK_YML_VERSION=v32a
Owner

Needs bump to 33, but nice to see others adopting my dirty hacks 😄

Needs bump to 33, but nice to see others adopting my dirty hacks 😄
Some checks are pending
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin forwarded-headers:forwarded-headers
git checkout forwarded-headers
Sign in to join this conversation.