this post was submitted on 25 Jun 2024
310 points (99.1% liked)

Technology

57453 readers
4611 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 1 month ago (3 children)

Right, because the only alternative to using spaghetti old code is making your own, not using one of the many actively maintained free software.

https://ghost.org/

https://bearblog.dev/

https://writefreely.org/

Among many others you'd easily find if you give up on the hivemind of taking the most popular approach.

[–] [email protected] 17 points 1 month ago

Ghost runs on NodeJS which isn’t available at most cheap webhosters. Also it doesn’t do traditional blog things like pingbacks, trackbacks or webmentions.

BearBlog can’t be self-hosted at all - it says so right on their GitHub’s README.

WriteFreely is a Go binary that - again - isn’t supported on most cheap hosters. Also I can’t seem to find anything about it supporting pingbacks, trackbacks or webmentions. It seems to be more like a one-user Mastodon instance.

[–] funkless_eck 7 points 1 month ago (1 children)

first one isn't free

second one you have to migrate posts using ctrl+c ctrl+v and then hand type the publish date

third one you have to already have built your own SQL database

[–] [email protected] 1 points 1 month ago

Ghost is open source. You can selfhost. It's just that aggressively advertising their (paid) hosting services on the official website

[–] [email protected] 2 points 1 month ago

You can try it, but I switched from Ghost to WordPress because of auto updates. Default ghost docker image doesn't pin the correct DB version which causes errors, and watchtower updates break your website. Also, very little in the way of existing plugins or themes. Typing a new article doesn't give much in the way for formatting.

Way more documentation on the WordPress side of things and just general QoL stuff. Plus, free templates. Spaghetti it is, but spaghetti works and I don't feel like using Hugo.