
I'm trying to deploy appwrite 1.5.4 via coolify. I started a new fresh dockercompose resource and pasted the official compose but stripped of the traefik proxy section since coolify has already a proxy. But now what should i put as app domain's env? Because if i use my fqdn everything works but functions because functions need to generate urls for the endpoints and putting the fqdn in the envs results in "http://66184553cf20aeebb39c.https//aw-dev.dotthor.dev" kinda endpoints (not working). Instead if i put just "dotthor.dev" as app domain it seem to work and produce correct endpoints but when i access them the browser throws "Your connection is not private Attackers might be trying to steal your information from 66184553cf20aeebb39c.dotthor.dev (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_AUTHORITY_INVALID" and the certificate is "TRAEFIK DEFAULT CERT" and not let's encrypt.
I'm really a noob with proxy server so any help is appreciated 😧

_APP_DOMAIN
is the domain you use to access Appwrite. _APP_DOMAIN_FUNCTIONS
is what should be in Function domains after the Function ID.

ok imma try right away

target?




@ideclon

You say you've removed Traefik from Appwrite - so this is being served by Coolify, then, not Appwrite. I don't know how Coolify works, so I'm afraid I can't help you with this.

Oks thanks anyway
Recommended threads
- Cannot find module failure
Sorry, Newbe question here. I just installed Appwrite and am trying to install my first Function an am having absolutely no luck what-so-ever getting this done...
- Problems with adding my custom domain
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
