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
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...
- How do you contact support to cancel a s...
My nephew signed up with my CC without my permission and has forgotten the password to the account. I can't for the life of me get a hold of anyone at appwrite....
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...