Looking for a notes app. Must have an android client,support mtls,support attachments and card layout.
Only ones that can do that but with limitation are JTX board and nextcloud notes.
NC notes does not support attachments. JTX board is a journal,task first app and counts on icx protocol which have size limitations
Anyways anyone aware of any app that can do that?
ps: pls don’t suggest to save to local storage and sync that.
pls don’t suggest this app that cant do that but its great.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.
Rules:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I’ve been looking around for notes apps with similar criteria with the addition of a portable format (markdown prferably) and, ideally, the ability to add images directly from the camera. I landed on GitJournal and backed it with a self-hosted Forgejo server, but this can be any git server. This has the benefit of requiring an ssh key pair for access
I don’t knowvwhat mtls is, but Joplin has mostvof what you want. It does not have card layout native, but there might be a plugin for that.
Mtls requires that the android client device has a certificate installed that matches the one installed on the server in order to access it.
If you are dead set on a specifically certificate-backed access control scheme, a VPN with the ability to use the hardware-backed certificate store (such as OpenVPN) is likely easier to set up as it is better supported on mobile devices and doesn’t require application-level support (i.e. everything is protected, not just the apps w/ mTLS support)
https://openvpn.net/faq/how-do-i-use-a-client-certificate-and-private-key-from-the-android-keychain/
Thanks for the info. Will look in to that approach too.
i am not sure how to look mtls up reliably … but overall my highest hopes in quality opensource notes apps are for anytype right now
Use anything with markdown and SyncThing.
Yeah I’ve tried that with my webdav mount coz its the obvious thing to do.
Problem is local notes are exposed to other apps and unencrypted.
Apps like neutrinote can protect notes in their app sandbox and create a backup mirror in location of choice e.g. a webdav Mount that happens to be behind mtls.
Syncthing does not offer mtls.
Nope, you seem to be well aware of the options available to you and there isn’t any one single app that meets all of your requirements, so unfortunately we can’t recommend anything at all to you, per your specific request.
You’ll have to build it yourself either from scratch or by taking one of the existing open-source tools and adding the missing functionality.
Looking forward to your pull requests!
Why mtls support specifically? You could use any web based notes app (with PWA) and have the web server / reverse proxy handle the mtls part.
I dont know about mtls, but Obsidian with the Self-Hosted Live Sync community plugin has end to end encrypted sync between any device. There are a ton of plugins to make it capable of doing whatever you want. I have it syncing between Windows, Linux, and Android currently.