this post was submitted on 14 Jun 2024
16 points (83.3% liked)

Selfhosted

37909 readers
408 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] MasterBlaster@lemmy.world 6 points 1 month ago (3 children)

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.

[–] ippokratis@lemmy.ml 1 points 1 month ago* (last edited 1 month ago) (2 children)

Mtls requires that the android client device has a certificate installed that matches the one installed on the server in order to access it.

[–] mlaga97@lemmy.mlaga97.space 4 points 1 month ago* (last edited 1 month ago) (1 children)

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/

[–] ippokratis@lemmy.ml 1 points 4 weeks ago

Thanks for the info. Will look in to that approach too.