Skip to content

Unable to access Trilium server (answered : port was not opened) #4551

Answered by Beexx
Beexx asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, I solved my problem. I was trying to open the 8080 port using ufw, but I had to go through my hosting account, as they have a specific firewall.

So, for future users :

  • make sure the 8080 port is open : either using ufw (ufw allow 8080), or your hosting provider interface (if they're providing you with a specific firewall)
  • certificates generated with Certbot are working fine ! Just put the following lines in your config.ini :
certPath=/etc/letsencrypt/live/<my_hostname>/fullchain.pem
keyPath=/etc/letsencrypt/live/<my_hostname>/privkey.pem

(replacing <my_hostname> with your real host name).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Beexx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant