BulletNotes¶
BulletNotes is an open source note taking app.
The docker image comes from nickbusey/bulletnotes and currently does not support arm devices. If you are aware of a suitable substitution or replacement, please see issue 478 and test your idea using the documentation.
Access¶
It is available at https://{% if bulletnotes.domain %}{{ bulletnotes.domain }}{% else %}{{ bulletnotes.subdomain + "." + domain }}{% endif %}/ or http://{% if bulletnotes.domain %}{{ bulletnotes.domain }}{% else %}{{ bulletnotes.subdomain + "." + domain }}{% endif %}/
{% if enable_tor %} It is also available via Tor at http://{{ bulletnotes.subdomain + "." + tor_domain }}/ {% endif %}
Last update: June 9, 2020