So I am developing a simple web-app and site and locally I have appwrite as well as sveltekit running.
On digital ocean i made a droplet using the appwrite 1 click install then I added a domain. The domain now defaults to appwrite of course so now I would like to do a few things:
Set it up so that Appwrite is running on subdomain, like app-api.domain.com versus the default domain.com
Add Ghost CMS to this droplet and set to blog-api.domain.com
Add my Sveltekit app as default to be accessed by domain.com
I have basic linux experience from way back in the day and I am currently binging linux server youtube videos but they are not digital ocean specific. So I am not sure where linux stores files for default webserver stuff like how folder structure in xampp would be...
I can run terminal from the digital ocean side and so i am trying to learn and explore there too.
Please help!
So I tried all the options on the digital ocean side and ended up by the terminal which I am still learning as well as how Appwrite is set up there. I am also opening digital ocean FAQ hunting for solutions as well as spend a few hours googling the issue. Also went to the market place to see if the installs there had some kind of "add install to droplet" feature.