this post was submitted on 08 Jun 2025
32 points (92.1% liked)

Selfhosted

49204 readers
975 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
 

Been helping my friend test their blog server project and figured some of you might find it useful. It's called BDServer and it's basically what blog engine written in pure python.

The cool part is it's just Python files - no compilation, no massive dependencies and the best part is 0 JavaScript. Every aspect is customizable via plugins system. My friend runs their blog on it https://blenderdumbass.org/ and I've been running mine at https://blog.madiator.com/ (in my case I made some own plugins as not liked orginal design)

Some features included:

  • Built-in analytics that don't phone home to Google
  • Markdown files for posts (but you can embed HTML if needed)
  • Plugin system so you can add weird features without breaking updates
  • Currently we working on fully adding Activity Pub support

Source is on Codeberg: https://codeberg.org/blenderdumbass/BDServer

License: AGPL version 3 or later

We hang out on Matrix if anyone wants to chat about it or needs help: https://matrix.to/#/#bdserver:tchncs.de

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here