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
requested review from decentral1se 2026-07-28 20:10:37 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
when traefik is behind a reverse proxy, we need to tell it which
networks to trust with x-real-ip headers
abra.sh@@ -227,1 +227,4 @@#ONION_ENABLED=1# YAML array of trusted subnetsTRUSTED_IPS=Nornally unused envs are commented out. Could we also do this here?
@@ -1,3 +1,3 @@export TRAEFIK_YML_VERSION=v32export TRAEFIK_YML_VERSION=v32aNeeds bump to 33, but nice to see others adopting my dirty hacks 😄
@p4u1 do i bump it to 34 now?
Yes please
@fauno ping :)
488777367ftoafa53bb3a0@@ -237,1 +237,4 @@#COMPOSE_FILE="$COMPOSE_FILE:compose.access-log.yml"# YAML array of trusted subnets#TRUSTED_IPS=Could you add an example and / or link to traefik docs
added more context, let me know if it's ok
If you could add a small heading like above with access logs its perfect :)
done!
afa53bb3a0to7610c9f4db