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
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Current User is Not authorized
recreating same Thread