For everyone who know “Evernote”… did you hear about Joplin?
Joplin is a great open source tool to manage all your notes. Have a lot of options.
Check their website:
I’m not clear on how I configure the add-on using the official documentation. I still need to set up a reverse proxy? And docker compose? Isn’t that what the add-on does? I’m having no luck setting this up using Home Assistant and DuckDNS. The official documentation doesn’t translate well using the add-on because the add-on doesn’t really describe where to start with the official docs.
to expose joplin sync server on internet i using nginx proxy and create a rule like this in https and ssl certificate: https://joplin.yourhost.duckdns.org -> ha_internal_ip:22300
in joplin addon: APP_BASE_URL: https://joplin.yourhost.duckdns.org
DATA_LOCATION: /config/addons_config/joplin
Network port 22300
If whan’t use nginx proxy you must expose 22300/tcp port on your router and set APP_BASE_URL: http://yourhost.duckdns.org