this post was submitted on 13 Jul 2025
25 points (90.3% liked)

Selfhosted

49464 readers
952 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 2 years ago
MODERATORS
 

And by that I mean,

An http server that serves word-like rich formatted text documents and includes a web-based rich formatting text editor to write and edit these documents.

With some searching I found these might be candidates

Ghost
WriteFreely / Write.as
Plume

And maybe the following editors in some kind of standalone mode

TipTap
Editor.js
Quill.js
CKEditor 5
Slate.js

top 29 comments
sorted by: hot top controversial new old
[–] francois@sh.itjust.works 1 points 19 hours ago

Cryptpad has a rich text editor that could meet your needs, files can be shared with a readonly link

[–] shnizmuffin@lemmy.inbutts.lol 56 points 2 days ago (3 children)

... A ... blog? Are you asking if it's possible to selfhost a blog?

[–] SheeEttin@lemmy.zip 22 points 2 days ago (1 children)

And they've answered their own question by listing several valid candidates.

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago

Well, I'm hoping someone has a better one, or at least can confirm that one of the things I listed isn't actually a huge waste of time.

[–] EncryptKeeper@lemmy.world 9 points 2 days ago (1 children)

You can tell OP is a younger Gen Z by this post lol.

It sounds like a stupid question but if OP isn’t 30+ it’s perfectly understandable to not be aware of the former ubiquity of self hosted blogs.

[–] interdimensionalmeme@lemmy.ml 2 points 1 day ago (3 children)

I am aware of self hosted "blogs" but that's not what I want.

A better way to explain what I want is

This, but opensource and self-hosted

https://pastebinrichtext.com/

with per-file access control

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago

Yes, like that except not with a terrible interface that looks like the unholy union of vscode and vim.

[–] rikudou@lemmings.world 9 points 2 days ago

Well, that's just a blog. WordPress comes to mind, though try not abusing it by installing too many plugins and transforming it to an abomination that takes 3 seconds to hack.

There are probably more modern alternatives, I personally wrote my own blog system that uses ActivityPub to synchronise with Lemmy and others.

[–] undefined@lemmy.hogru.ch 5 points 2 days ago (2 children)

There are probably thousands of different static website generators that can make a more beautiful website out of the box, for free.

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago (1 children)

I want something that is more akin to using microsoft word except it's in the browser and not made by satan Something I can recomment to people and know they're not going to come back to me and ask "what is a markdown code block"

[–] shnizmuffin@lemmy.inbutts.lol 3 points 1 day ago (1 children)

StackEdit is a good rich text to markdown web application: https://stackedit.io/

[–] interdimensionalmeme@lemmy.ml 2 points 22 hours ago (1 children)

As far as the editor, this is great. I pasted formatted text out of libre office into it and everything was fine except the images. Way better than a lot of the options here.

Althought one caveat, and it might be a big one,
It seems it can't actually host files publicly, you need to publish them to a third party cloud hosting platform...

But other wise, it's very nice...
There has to be a way !

[–] shnizmuffin@lemmy.inbutts.lol 2 points 22 hours ago

Look into the GitHub integration. Your pipeline could be StackEdit -> GitHub + GitHub Actions -> Self-hosted final destination.

[–] EncryptKeeper@lemmy.world 0 points 2 days ago (1 children)

SSG are really a pain in the ass to work with, especially if you want something other than the standard theme.

[–] undefined@lemmy.hogru.ch 0 points 1 day ago (1 children)

Maybe if you don’t know CSS?

[–] EncryptKeeper@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

The problem isn’t really CSS, it’s that each theme has its own components with their own rules you have to learn. There’s no real standardization even within one kind of SSG.

It would literally be much easier to just write everything the old fashioned way by hand.

[–] wada@lemmy.ml 2 points 1 day ago

An application to create and publish notes? Something like StandardNotes or Notesnook?

[–] ragingHungryPanda@lemmy.zip 1 points 1 day ago (1 children)

This was a pretty good demo of hugo, a static site generator: https://youtu.be/MX4yy1dTVYg

[–] interdimensionalmeme@lemmy.ml 1 points 1 day ago (1 children)

Ok, well I see it's not what I'm hoping for And by not this, I mean this

[–] ragingHungryPanda@lemmy.zip 3 points 1 day ago

Those are the built in templates, what you add is your markdown for your post. You're not actually adding that. It isn't quite click to save, but it's similar. Write freely may be the closest bet for free

[–] thejml@sh.itjust.works 2 points 2 days ago (2 children)

I’ve heard lots of good things about Ghost. I’ve also hosted Grav for a while and it’s pretty solid. You can do Wordpress, but I’d stay away as it gets bad fast and there are better alternatives. If you needed even more scale, Mediawiki is selfhostable too.

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago* (last edited 2 days ago)

I'm reading the grav page and I have no idea how this is.

Is this like this

Press a button
rich text editor appears
write stuff
press save
send link

That's what I'm aiming for. I had a look, and the blog platform are so much clunkier and frustrating to use. And each of these seems to want to eat several of my weekends to install so I don't have the luxury of reviewing all of them.

[–] negativenull@piefed.world 2 points 2 days ago

Grav is nice, as it creates flat files for the front end, instead of server side/database driven pages. That makes it super fast to load.

[–] SpacePirate@lemmy.ml 1 points 2 days ago* (last edited 2 days ago) (1 children)
[–] interdimensionalmeme@lemmy.ml -3 points 1 day ago

It's hard to tell if any of these are the thing I'm looking for or not.