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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...