
On my self-hosted Appwrite that is behind Nginx Proxy Manager (NPM), I have a line that says accept headers from trusted IP address (NPM IP address):
...
--entrypoints.appwrite_web.forwardedHeaders.trustedIPs=172.22.0.2
--entrypoints.appwrite_websecure.forwardedHeaders.trustedIPs=172.22.0.2
...
This IP however changes when I restart my server. Is it possible to just specify a wildcard instead? Let's say --entrypoints.appwrite_websecure.forwardedHeaders.trustedIPs=172.22.0.*

This isn't really an Appwrite thing; it's a traefik thing.
That said, you can use subnet masks or trust all IPs


Thanks!
Recommended threads
- Can not migrate to self hosted instance ...
Hey! I want to migrate from Appwrite Cloud to a self hosted instance and it's a really frustrating journey for now. Exporting itself does not work, so I did w...
- Is it possible to initialize an Appwrite...
If I provide a project repository to someone, and within that repo there is an `appwrite.json`, is it possible to initialize the project in Appwrite from scratc...
- Cant set permission in console for organ...
Hi, I recently set up Appwrite on my server, and so far, it is awesome. Now I am trying to shift all my workflow to Appwrite. But I am facing one small issue. I...
