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
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...