this post was submitted on 24 Mar 2026
27 points (90.9% liked)

Selfhosted

60426 readers
240 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Does it exist, some sort of encrypted journal-like app where I can type things which will be forever locked away? In my mind and in a place I can feel confident about, without a doubt.

Pen and paper requires burning afterwards, I don’t think I want to do this.

I know no opsec solution is perfect. I need some sort of outlet. I need some sort of solution.

I was thinking. Maybe, at least, some solution where even though access is non-negotiable, if somebody does get in, I can accept that the entity was already determined enough to end things.

Thanks.

Edit: I should I guess mention the obvious such as encryption and possibly authentication with a hardware security key. Any other features that might be out there I am hoping to hear about.

you are viewing a single comment's thread
view the rest of the comments
[–] solrize@lemmy.ml 3 points 3 months ago (1 children)

I guess I don't understand the issues you think you're facing with straightforward approaches. You probably don't want it on an internet server, right? Maybe just scrounge an old laptop with no internet connection and set it up with an encrypted disk. Then use it as your journalling box. So you're fairly safe from network attacks. You might have to worry about someone snagging the laptop itself and recovering the key somehow. Yes there are approaches you can take to mitigate that. I don't know of any super simple ready made methods though.

[–] ehguyitsmebuddy@lemmy.world 1 points 3 months ago (1 children)

Thank you, the more I’m thinking about it, perhaps a raspberry pi with LUKS disk that’s airgapped would be best.

Though I still don’t know of a relatively nice journaling app.

[–] solrize@lemmy.ml 3 points 3 months ago (1 children)

Just use a text editor. I use Emacs org files but that's just me.

[–] ehguyitsmebuddy@lemmy.world 1 points 3 months ago

Many thanks for your help