I recently create a droplet and I added appwrite to it, but now I want to access it with my appwrite.savoro-app.ro subdomain, because at the moment i can access it only with the ipv4 address.
Next I want to add a SSL certificate to it, but the big problem is that the docs are not simple to reproduce..
All I managed to do is to create a Domain in DigitalOcean which has 5 records (check the image).
Appwrite + DigitalOcean Setup
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...