WeblateOrg / docker-compose

Docker compose for Weblate
https://docs.weblate.org/en/latest/admin/deployments.html#docker
GNU General Public License v3.0
79 stars 64 forks source link

add WEBLATE_IP_PROXY_HEADER #9

Closed brakhane closed 5 years ago

brakhane commented 5 years ago

Without this setting, weblate would assume the docker internal IP for all requests, and could lock out everybody when somebody tried to brute force a password, since everybody shared the same IP in weblate's eyes.

nijel commented 5 years ago

Merged, thanks for your contribution!