this post was submitted on 07 Sep 2023
55 points (98.2% liked)

Selfhosted

39256 readers
328 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
 

I am looking for self hosted blog/journal that is private by default. Not looking to host a public blog, rather something that I can write more personal entries on and is easy to read later. I want to be able to include multimedia in the entries.

Currently I'm thinking of a Mastodon server with posts set to private by default and turning off federation. It would be awesome to be able to post from my phone as events happen rather than having to find time later.

I've tried around with using IMAP and an email client, but not sold on it. Tried using a calendar, but too cludgy.

Open to other ideas!

top 47 comments
sorted by: hot top controversial new old
[–] BeanCounter@sh.itjust.works 26 points 1 year ago (4 children)

Cannot recommend Obsidian enough. Just plain Markdown, but infinite times more powerful. I use it for just that and it's been damn perfect.

Another vote for Obsidian. Markdown is powerful enough to be used anywhere. I'm currently using Obsidian with the Templater plugin to write. Entries I want published get copied to the directory I use to build my site with Zola.

[–] shertson@lemmy.world 3 points 1 year ago (1 children)

Does Obsidian support audio/video?

[–] BeanCounter@sh.itjust.works 4 points 1 year ago

Yes.

Again, it's just a markdown. You can do this:

![desc](path/to/file.mp4)
[–] clavismil@lemmy.world 1 points 1 year ago

+1 for obsidian and syncthing, I like to avoid the use of many applications. So everything related to writing text/notes for personal use I do centralize in obsidian. You can even make some drawings or handwriting with excalidraw, hady for diagrams.

[–] Cyberflunk@lemmy.world 1 points 1 year ago

This is the way

[–] fear025@lemm.ee 10 points 1 year ago (3 children)

Try https://joplinapp.org . You can self-host your database with something like Nextcloud or Apache Server using WebDAV. I moved from StandardNotes after they got tricky about Self-hosting.

[–] diaruemnus@lemmy.world 3 points 1 year ago* (last edited 9 months ago)

I also recommend Joplin - I've moved my entire journal over to Joplin and use it as a primary note source now.

The mobile app UX is its weakness, but is fully functional.

[–] EsteemedRectangle@lemmynsfw.com 2 points 1 year ago (1 children)

I also used to self-host StandardNotes, but I didn’t like the user experience in the front end. The editor plug-in configuration was way too complicated for me. All I want is markdown. Several years ago I switched to Joplin.

How did StandardNotes “get tricky” about self-hosting? I must have switched by then.

[–] fear025@lemm.ee 2 points 1 year ago

Every time I upgraded the StandardNotes self hosting docker instance, some configuration setting changed and I had to go figure out what had changed and update it. Then they started to require some sort of a key to actually self-host. They were giving out free keys to users who were grandfathered-in but that left a bad taste in my mouth.

[–] shertson@lemmy.world 2 points 1 year ago (1 children)

I use Joplin for keeping various notes and would rather not combine it with my journal.

I'm looking for something like DayOne or billthefarmers Diary app that is easy to use from mobile, but then has a selfhosted website I can use to go back and review/relive/edit the experiences.

[–] Franzia@lemmy.blahaj.zone 1 points 1 year ago

This is the same issue I have with Joplin! I need to get like multiple installations or databases to keep things separated. It's all a mess.

[–] Cyber@feddit.uk 9 points 1 year ago (2 children)

Logseq it defaults to a daily journal and uses Markdown files (again, daily files by default)

It has a whiteboard function and can "embed" images, videos, etc (they're obviously links to asset files stored separately to the markdown text file...)

There's an Android app which I sync to Windows and Linux machines via syncthing - the App doesn't have plugin support yet, but IMHO, on the phone, I just want to type notes...

It can be hosted on a web server, but I have not tried that (more resources to setup & maintain from my POV)

I tried Obsidian and Joplin in the past, but this just seems to be simpler, opener (if that's a word) and fits to my needs easily.

There's also a load of videos on youtube to get started...

[–] t0fr@lemmy.ca 6 points 1 year ago

+1 for Logseq & Syncthing

It works really well!

[–] shertson@lemmy.world 1 points 1 year ago (1 children)

I'm trying this out. Installed both on phone and laptop last night.

[–] Cyber@feddit.uk 1 points 1 year ago

I forgot to mention, the Android App has a voice recording function too.

Enjoy

[–] princessnorah@lemmy.blahaj.zone 7 points 1 year ago* (last edited 1 year ago)

I’m going to put a +1 for Obsidian here, as it is a really good app that I use as well. However, if it’s not what you’re looking for, there’s also Nomie. It was a closed-source app on its 6th version, but the developer decided to close it down earlier this year. The absolute champion open-sourced the code in full though.

https://github.com/open-nomie/nomie6-oss

[–] gamer@lemm.ee 6 points 1 year ago (1 children)

TiddlyWiki might interest you. It’s an entire wiki stored in a single HTML file. You can even use it without a web server if you want (although a web server makes editing more convenient)

I am always pro tiddlywiki wherever I see it.

however I have to admit that heavy multimedia support isnt the most ideal thing to do for TW.

and thats what OP asked for.

[–] gnygnygny@lemm.ee 5 points 1 year ago* (last edited 1 year ago)

Any flatfile cms should do the job.

You could try https://automad.org/ and setup up a password page to keep it private. It's super simple to maintain and secure. You just need a vps and a domain.

[–] ericjmorey@programming.dev 5 points 1 year ago (2 children)
[–] vividspecter@lemm.ee 3 points 1 year ago

or Emacs

Specifically, org-mode. Certainly the coolest part of Emacs, in my view.

[–] Dirk@lemmy.ml 1 points 1 year ago (3 children)
[–] ericjmorey@programming.dev 1 points 1 year ago

That dude loves EMACS

[–] PipedLinkBot@feddit.rocks 1 points 1 year ago

Here is an alternative Piped link(s): https://piped.video/watch?v=XRpHIa-2XCE

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

load more comments (1 replies)
[–] jeena@jemmy.jeena.net 4 points 1 year ago* (last edited 1 year ago)

This is a 17 years old video https://www.youtube.com/watch?v=Gzj723LkRJY which I followed back then to write the blog I'm still running on https://jeena.net/posts and I still use it on a semi daily basis.

[–] vegetaaaaaaa@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

Markdown file + Nextcloud Notes?

[–] Chobbes@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

Is something local like org / org-roam (maybe in a git repo for sync) out of the question? If you’re messing with IMAP for this I can’t imagine a git repo with text files (optionally gpg encrypted, well supported by org) would be off the table.

[–] nutbutter@discuss.tchncs.de 3 points 1 year ago

You can use Bookstack.

A lot of people/companies use it as wiki, but it can also be used a journal. It can also have multiple users with some shared books or pages if you need. You can use markdown or WYSIWYG editor. A lot of exporting formats are available.

[–] codecarter@lemmy.world 2 points 1 year ago
[–] conrad82@lemmy.world 2 points 1 year ago (2 children)
[–] rambos@lemm.ee 1 points 1 year ago

Yeah memos and phone app MoeMemos. It works great

[–] shertson@lemmy.world 1 points 1 year ago (2 children)

Memos looks pretty good with the MoeMemos app. Although it doesn't look like video/audio is supported.

[–] conrad82@lemmy.world 2 points 1 year ago

I did a quick search on their github issue tracker, it looks to me like it supports audio and video

https://github.com/usememos/memos/pull/980

[–] conrad82@lemmy.world 1 points 1 year ago

Hm ok. I know you can attach files. but maybe it is not shown inline.

I am not using it anymore so I can't check. it doesn't have offline mode which I need for my use case

[–] lal309@lemmy.world 2 points 1 year ago (1 children)

Just went searching for something like this as my wife wanted to start a “journal”. The requirements were simple, private, nothing too crazy complicated to use, web interface, easy setup and tear down (in case she didn’t like it). Started up an instance of Ghost, way overkill, was looking at WriteFreely, stood up an instance of Bookstack. She’s trying it out now, nothing bad to report so far. The hierarchy is a bit confusing to grasp but when you put it in the context of something like shelve = My Journal, Book= 2023 Vacation or 2023 or Homeschooling, Chapters = 1st week of Vacation or First year Homeschool, Pages = Todays date. It started clicking with her a bit more. If you find something better, please report back!

[–] asphalt@lemmy.dbzer0.com 2 points 3 months ago (1 children)

Hey, I'm pretty much in the same boat. I like bookstack for its mature features but I wish there was something more tailored to shared journaling although that is a bit specific. Have you changed something?

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

Well she stopped using it so I deleted the instance (just too busy with small children). For the time that she was using it Bookstack seemed to have me her needs once a cohesive breakdown was established (translating Bookstack hierarchy and matching it up with her topics).

[–] asphalt@lemmy.dbzer0.com 2 points 3 months ago

Oh, how unfortunate :(

But thanks for the update!

[–] inspxtr@lemmy.world 1 points 1 year ago

Here are some options:

  • crypt.ee: I tried this before, I don’t think it’s selfhostable but quite usable, and nice UI. Encryption available. Ghost folders if you want to. Multimedia available, not sure about storage
  • joplin: you can use Nextcloud (or many other options like Dropbox) for sync and hence storage depends on your cloud solution. E2EE, has plugins, and simple enough to use.
  • anytype.io and logseq: I’ve seen these mention in many places but I haven’t used either. But they seem to have very rich features, not sure about selfhosting though.
[–] jet@hackertalks.com 1 points 3 months ago

Git sounds perfect for you. Self hosted, private

[–] fireshell@lemmy.world 1 points 1 year ago
  • nb sync git.
  • Markor it's all synchronized through all sorts of Nextcloud`s, Syncthing and a small personal Wikipedia is always with you.
[–] Kangie@lemmy.srcfiles.zip 1 points 1 year ago

Elog is fantastic for this. I did up a Gentoo package.

https://elog.psi.ch/

Single binary and lightweight, backend is all text files.

[–] Sup3rlativ3@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

I recently watched this video about note taking apps. It explains why logseq and other suggestions might not be the best options.

Tldw is:

qownnotes

Doom Emacs

Neovim

[–] PipedLinkBot@feddit.rocks 3 points 1 year ago

Here is an alternative Piped link(s): https://piped.video/XRpHIa-2XCE?si=U5e1v6CLAJOU9EL8

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

[–] JadBlackstone@lemmy.one 1 points 1 year ago* (last edited 1 year ago) (1 children)

You could give Monica a try. It is an self hosted diary app.

[–] shertson@lemmy.world 1 points 1 year ago

I use Monica. The journal function is meh and a pain to use from phone. Otherwise I love it. When I meet new people through my friend group, I add them so I can remember details about them for next time we meet.