Spyke

self hosted digital journal?

I love the concept of apple’s in house journal app which allows you to create dated posts that include text, videos, and photos. I hate the idea of writing anything private in a journal hosted by apple as well as the fact that apple could discontinue at any time. Any ideas on a way to achieve something similar in a clean interface (a long word document wouldn’t cut it) without the middle man? A dedicated un-networked device even?

View original on slrpnk.net
lemmy.world

i like it, i have been pretty happy with it, but i was also specifically looking for keeping notes in markdown, so ymmv depending on what you want/need. i run it on a docker server i already had, using compose and it has been very stable

1

Good to know, for such a simple thing, it's amazing that notes hasn't found a simple winner.

2

I went from Logseq to SilverBullet a year and a half ago and I love it!

1

Could just skip the hosting step and use Joplin. Has a lot of backends built-in, and encryption support at the app so the contents are encrypted before they leave the device.

12
feddit.nl

You can easily use it with Nextcloud, to name one example. So yeah, it’s a good suggestion.

1
Handlesreply
leminal.space

I was referring to the "just skip the hosting step" part. You may be right about Joplin but you're wrong about the suggestion.

1
lemm.ee

This is where I've landed too.

  • self hosting is dead simple.
    • so no syncing to be done across devices.
  • posts are saved as plain text files (in markdown).
    • so you can do what you need with them.
  • supports multi users, SSO, cloudflare R2 for storage if you need those things.
2
Lupecreply
lemm.ee

As a Logseq user, that looks pretty much like what I wanted it to be. Lean, self hostable, no weird feature bloat. I'll take a closer look!

2

I used logseq for about 6 months before I found Memos. LS was just always getting in my way. Memos just works, for me.

2

Logseq! Right now, you can only self host the database and sync it with Syncthing for example, but the dedicated sync feature is currently in beta and will be self hostable afaik.

6

I am also on the hunt for a good self hosted journal for life journaling (not note taking like some other links in other comments). Here's what I am trying to replace:

I've been using DayOne without subscribing. I've had a lot of ups and downs with DayOne over the years, but I've finally found a way to use it with the free plan that I'm happy with, that kind of fits into a self hosted setup. I journal on my phone, and also in my laptop. I love that it captures location, weather, music, step count, and activity. After a month or so, I export the journal entries as json, and put them into a private hosted view and search interface that I'm in the process of writing in Python.

The DayOne journal data does not need to be synchronized to the cloud, and can even be encrypted by you, but who knows how much of your metadata is sent to them.

This setup is far from ideal because it's not entirely private (metadata is probably leaking to the company), but it does have solid data liberation, is free (as in beer), can be encrypted, and the format is just json so it's easily inspectable and transformable. It's been working fine for me for several years (I actually have over a decade of DayOne journal history). It's kludgy and not turnkey, so definitely not for everybody.

Side note for anybody who is using DayOne: I highly recommend making sure your backups are working, and saving a copy of the backup periodically. I store my exported entries in git and over the years have observed lots of instances of corrupt data due to sync problems with their sync server, which is another reason I want to move to self hosted.

4
Goodtoknowreply
lemmy.ca

I've tried this in the past, but it didn't seem like there was an easy way to sync with nextcloud on Android.

1
ZeldaFreakreply
lemmy.world

Not Nextcloud. livesync is better. Requires CouchDB (Docker available) but with that, its a powerful sync option. Even Settings can be synced

2

I was using this for awhile but it was clunky and still ran into Conflicts and Data Loss.

1

I just made nextcloud keep the vault folder on my device and pointed Obsidian to the nextcloud folder

2

You reached the end

self hosted digital journal? | Spyke