Rank 3: Container
I tried to setup domain (with subdomain) and ssl certs in our server.
Lets say domain is
appwrite.example.com
i put it in _APP_DOMAIN and _APP_DOMAIN_TARGET
everything (A, AAAA) is setup in digital ocean domains settings,
domain points to droplet ip - routing is correct
But when going through "create domain" process in appwrite i'm hitting wall in Add a CNAME Record step - verification fails as well.
Im not able to setup given CNAME record because you cant setup CNAME to a ip in digital ocean domains controll panel (and this is what appwrite shows in value field.
I want my overall subodmain setup to look like this:
api.{domain}
adminpanel.{domain}
app.{domain}