this post was submitted on 13 Jul 2025
24 points (87.5% liked)

Selfhosted

61425 readers
847 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 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
[–] shnizmuffin@lemmy.inbutts.lol 60 points 1 year ago (3 children)

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

[–] SheeEttin@lemmy.zip 24 points 1 year ago (1 children)

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

[–] interdimensionalmeme@lemmy.ml 3 points 1 year 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 13 points 1 year 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 year 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 1 year ago

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

[–] rikudou@lemmings.world 10 points 1 year 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 6 points 1 year 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 1 points 1 year 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 year ago (1 children)

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

[–] interdimensionalmeme@lemmy.ml 2 points 1 year 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 1 year ago

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

[–] EncryptKeeper@lemmy.world -1 points 1 year 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 1 points 1 year ago (1 children)

Maybe if you don’t know CSS?

[–] EncryptKeeper@lemmy.world 1 points 1 year ago* (last edited 1 year 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.

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

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

[–] interdimensionalmeme@lemmy.ml 0 points 1 year 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 year 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 1 year 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.

[–] negativenull@piefed.world 2 points 1 year 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.

[–] interdimensionalmeme@lemmy.ml 1 points 1 year ago* (last edited 1 year 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.

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

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

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

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

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

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