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
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?