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?
your setup should work fine.
- hostname as
admin.example.com> appwrite console - other subdomains > you should correctly manage this via pointing A records to your Server IP.
This is where I am confused. How should I set up My DNS
Should I do this?
A record for admin.example.com should point to my public IP of the instance.
But then, how should I setup the A record or Cname record or whatever to ensure that the backend requests go to api.example.com ?
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...