I started headless Jopline: $ joplin --profile ~/.config/joplin/ server start &
I can see it working fine:
curl http://127.0.0.1:41184/ping
2019-12-18 14:16:08: "Request: GET /ping"
JoplinClipperServer
I need to use api from integromate (for now as an example), so trying to initiate HTTP GET request to http://<public_ip>:41184/ping
but I always getting timeout error.
Maybe I’m missing something to enable access to Joplin api over internet. Thanks to advice.
I saw you are using Apache httpd. There's a module that takes care of Let's Encrypt certs. If you want more control about the process, here's an article I wrote a while back on how to use and automate certbot.