Replies: 2 comments 1 reply
-
Hi, I recommend switching your reverse proxy to Caddy if possible. My whole reverse proxy config is now three lines long (and nothing is about HTTPS, it is automatic) and it retrieves new certificates automatically. Manually managing certbot was such a pain. I also manage more than a dozen trilium instances' SSL certificates with Caddy and I don't think about it at all. Let me know if you need instructions for caddy. I can write up a doc page. |
Beta Was this translation helpful? Give feedback.
-
@sigaloid |
Beta Was this translation helpful? Give feedback.
-
I spent half a day trying to get HTTPS to work with certificates valid for my browser (with my own domain).
So if it can help you as explained in the documentation we must acquire valid certificates.
Using certbot I had trouble finding the command for a standalone server install (because I'm using the docker install).
The client didnt sync with a bad cert even using script.
Finally the command was (to get valid cert):
sudo certbot certonly --standalone --agree-tos --preferred-challenges http -d domain-name.com
explained in this documentation : https://serverspace.io/support/help/how-to-get-lets-encrypt-ssl-on-ubuntu/
and if its still not working, check configuration of UFW to allow 443 and 80 connections.
thanks for your project, I was working in Notion before, but the idea of knowing that the base does not really belong to me and the fact of wanting to have a total hand on my second brain, made me install your solution.
really thank you for that, I'm also a litle programmer so I will for sure adapt the dashboard for my uses and share code about it (I just need to understand the architecture better before). (being able to put script in my productivity app <3)
Beta Was this translation helpful? Give feedback.
All reactions