selfhosted notes with android app but with mtls suoport

ᓰᕵᕵᓍ@lemmy.ml to Selfhosted@lemmy.world – 17 points –

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.

11

Must have an android client,support mtls,support attachments and card layout.

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.

Anyways anyone aware of any app that can do that?

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!

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

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'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

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.

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.