I am unable to connect custom domain. it keeps on verifying and when i refresh it says verification failed.
I bought my domain from hostinger. my instance is running on coolify
I can help! The issue is that your ACME challenge is failing - Traefik can't retrieve the verification file from your domain, which means DNS isn't properly pointing to your Coolify instance yet. Quick question: Have you added an A record in Hostinger pointing your domain to your Coolify server's IP address? What DNS records have you configured so far?
I have added the DNS almost everywhere
Could you tell me your coolify appwrite setup is default that is generated in coolify or do you add more env variables and stuff in yml
Cuz alot stuff like labels are missing from compose
Also i tried the suggested yml from official appwrite doc without coolify it worked
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...