Rank 2: Process
I am running a self-hosted version of AppWrite on a Digital Ocean droplet.
I am trying to add a subdomain to this instance so I can have an SSL certificate on it.
The anchorvine.com domain current has a 2x A records on it and is used for my frontend application which is on a difference Digital Ocean droplet:
anchorvine.com and www.anchorvine.com
I am trying to use another subdomain (appwrite) of this to point to my AppWrite self-hosted instance.
In my AppWrite .env I have
_APP_DOMAIN=appwrite.anchorvine.com
_APP_DOMAIN_TARGET=appwrite.anchorvine.com
I have added a custom domain in AppWrite but it is not verifying it (see image)
AppWrite asks me to add a CNAME to the IP of my AppWrite Digital Ocean droplet - however my Domain Hosting service has said this is not possible as CNAMEs need to be sub domains not IP addresses as the image instructs me to do.
I have tried adding a CNAME of Name: appwrite Content: appwrite.anchorvine.com but it still fails to verify.