
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
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- CLI login on self hosted with docker
Hi, I have a working docker setup with traefik in front of the services. Everything works as expected except for login with CLI. I've tried with `appwrite cli...
- Dockerizing Appwrite Console Yields Page...
I have this Docker Compose file: ``` services: # Band9Buddy app band9buddy: build: context: . dockerfile: Dockerfile.dev develop: ...
