Web Developer
Hi,
So , I want the following:
For the Appwrite admin panel, I want to use: admin.example.com
For my backend APIs, I want to use:
api.example.com
For my frontend (web app), I want to use example.com
I am using a self hosted version. However, it is not very clear to me how to set this exact setup.
When I create Appwrite instance using docker, should I give my hostname as admin.example.com ?
And then, how do I setup domains for backend and frontend? Will this setup cause any problems?