What should I do in my digitalocean
cd appwrite and then docker compose logs appwrite
Please help me over this iam struggling a lot
Should I do that in digitalocean site
Or vscode
In terminal of your DigitalOcean server over SSH connection. There should be Console option on your droplet to enter this terminal from digitalocean site
Iam getting error
Hey please help me
How to do that in digitalocean console
Your docker-compose.yml and .env files should be in a folder named appwrite
How to change the values of _APP_DOMAIN_TARGET value In consile
Console*
Which commands should I do
You might want to look up some Linux/terminal basics tutorials
To solve my issue I need to set _APP_DOMAIN_TARGET = mydomain iam I correct
Yes
Can you say which command should I use
Like I said, you should probably look into some tutorials on basic usage of the terminal/Linux including how to use a text editor. Personally, I prefer vim
Also, I'm assuming you've already configured your domain to point to your digital ocean server
In DNS section
And also, it's not just that env var. Please make sure you read through everything I sent thoroughly
I ran this command docker exec appwrite doctor
On digitalocean console
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...