Hey, I'm new here. I'm selfhosting via Dokploy, no issues regarding databases but however sites and functions don't work as SSL certificates can't generate. Can anyone help? I believe maybe I need a new compose? Not sure. Thank you. It's a default compose so far, and default traefik config in Dokploy.
I've been trying this for 4 days now <:skullsob:1173312435143327866>
“ssl certificate cant generate “
what values have you set for the domains in the env? usually they are just subdomains so they already have ssl certificate as your main domain does
if its something different you will need to handle ssl certificates yourself
Thank you. Yes I've set the subdomain values etc
This is the logs Challenge failed for domain astro-starlog.sites-aw.clustonix.dev http-01 challenge for astro-starlog.sites-aw.clustonix.dev Cleaning up challenges Some challenges have failed. Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. [Error] File: /usr/src/code/src/Appwrite/Certificates/LetsEncrypt.php [Error] Line: 40
Cloudflare proxy is off for my subdomain records
maybe retry?
Firefox spotted a potentially serious security issue with astro-starlight.sites-aw.clustonix.dev. Someone pretending to be the site could try to steal things like credit card info, passwords, or emails.
astro-starlight.sites-aw.clustonix.dev has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can’t add an exception to visit this site.
seems like ssl certificate issue
i think dokploy is trying to handle ssl certificate generation? best to also seek help in dokploy server
yea
ty
i remember i was able to make it work when i self hosted using dokploy
but it was some specific setting / config i cant remember now
was it the compose?
do share ur findings when you figure it out
functions dont work either
lol
mb for spelling my arms broken at the moment
<@743532656767270934>
yes via compose
someone released this https://github.com/Dokploy/templates/pull/970
but it was causing issues so appwrite is currently not installed on my dokploy server lmao
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...