
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
- Self hosted cant login when behind rever...
Hello, I have setup appwrite behind nginx proxy manager, with the help of this link I found in the forum: https://medium.com/@stnguyen90/how-to-run-appwrite-be...
- Sites and SSL
Hi! I'm trying to configure Appsite sites, and I'm using Cloudflare for SSL. After I generate the SSL certificate (It generates fine it seems), I go and load t...
- Error Getting Github token on 1.7.4
I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration...
