
Hi, is there a way of hosting our backend software alongside Appwrite on a single server? We're looking to maybe put something like nginx as a reverse proxy in front, so it routes requests accordingly (so appwrite.example.com requests go to Appwrite while backend.example.com requests go to backend). Is this a supported setup?

Yes, a reverse proxy is typically used for that and yes, you can put Appwrite behind a reverse proxy

This might be helpful if you're going to use nginx proxy manager: https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243
Recommended threads
- Issue - Migration From Cloud > Self Host...
Hi team, I’m trying to migrate a few of my Appwrite projects from the cloud to a self-hosted instance. These projects are currently in “archive mode” due to th...
- 404 error when navigating to the team fr...
the version i m running is `1.7.4` as far as i can tell everything is working fine except for this weird bug in the video. when monitoring the appwrite and app...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
