
hello everyone, so I am working on a new project and I am using nginx proxy manager to manage SSL certificates and to redirect requests to containers, but when making a request to get locale the response returns nginx internal ip every time so I think that's a problem first because of the request limitation and second if we want to customize responses according to user location. is there any solution for that?

Check this https://discord.com/channels/564160730845151244/1109402256949903411/1110007371423551558
What it means that you'll need to add these two lines to your docker-compose.yml
in the Traefik service
traefik:
command:
...
- --entryPoints.appwrite_web.forwardedHeaders.trustedIPs=172.18.0.3
- --entryPoints.appwrite_websecure.forwardedHeaders.trustedIPs=172.18.0.3
Recommended threads
- upgrading from 1.4.5 to 1.6.0 broke my s...
I managed to upgrade my self hosted instance from 1.4.5 to 1.6.0 and now when i try to log into the dashboard i get the error in the attached image. Also any ap...
- Looking for FullStack Developer
I'm looking for FullStack Developer who is passionated about both Frontend and Backend. If you are interested, please DM me. Thanks.
- Help understanding what "upgrade" and "m...
Hello, I'm currently running appwrite with k8s (well, a dirty "hack" of converting each container to a deployment). And I have some trouble understand what "upg...
