Server Rewrite of blenderdumbass.org
Find a file
2025-06-18 00:19:44 +03:00
help Updated the markdown help with the peertube-video tag 2025-06-16 03:15:27 +03:00
icons Forgot to do git add * 2025-06-08 17:23:58 +03:00
legacy_code Archive Old Code 2024-12-21 08:46:01 +02:00
modules Federation bans and stuff for AP 2025-06-18 00:19:44 +03:00
default.css Basic available plugins from federation. 2025-06-01 18:26:15 +03:00
fcdata.json Free Competitors integration 2024-12-07 19:56:31 +02:00
LICENSE Initial commit 2024-11-19 09:18:49 +00:00
README.md typo, feature ommition 2025-06-02 21:13:28 +03:00
run.py Added a basic module checker 2025-06-11 21:41:39 +03:00
Tests.py Federation bans and stuff for AP 2025-06-18 00:19:44 +03:00

BDServer

Server software for making blogs and other similar websites.

Features:

  • Markdown - All posts and comments are in markdown format. You can also embed pure HTML into the articles. Articles and comment written by non-admin users will remove any HTML from them.
  • JSON - All metadata like: Title, Thumbnails, Comments and other data are stored in JSON format, making them both readable by machines and by human.
  • Editor - You can edit your blog-posts directly from the website itself. But if you want there is an option to publish blogs from a file, from the console.
  • Plugins - Customize-able with Plugins. This allows you to have update-able code base, with flexibility of a custom built server software.
  • Fediverse - Contains various Fediverse features. Native support for Mastodon, PeerTube and Matrix. Automatically embeds metadata into HTML for Mastodon verification check-mark ( if account is set as main and Mastodon metadata provided for the account ). Notifies users with RSS when you are live-streaming on PeerTube.
  • Federation - Allows for cross-site communication with other instances of BDServer for comments and plugins.
  • Analytics - Calculates various analytics for you, such as views, frequently used browsers and operating systems, and referral sources. As well as lets you see trends based on trending words / tags and other things.
  • Python - Easily readable and editable source code files. No compiling required.

Using BDServer

Please read the wiki on Setting The Server Up.

License

AGPL version 3 or later

Please read the LICENSE file.