• 6 posts
  • 34 comments
Joined 3 years ago
Cake day: June 11th, 2023

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

I’m currently self-hosting several services and looking to harden my setup. I already use Nginx Proxy Manager (NPM) with wildcard Let’s Encrypt certs, but I’m thinking of moving to something more robust with:

A proper WAF (Web Application Firewall)

Deep network monitoring (ideally per-container or per-service)

Possibly some bot protection and anomaly detection (ai scrapping is annoying)

I’ve looked into Traefik, BunkerWeb, and Pangolin. Each has pros and cons, BunkerWeb seems WAF-ready, but has some limitations (SSL setup is nightmare). Traefik is very flexible, but I’d need to add middleware myself (also runing non docker services). Pangolin looks great but werent able to get it work in my setup.

Main goals:

Secure exposure of HTTP(S) services (wildcard certs with Cloudlfare)

Easy rules for blocking bad IPs or patterns

Optional: rate-limiting, automatic fail2ban-style bans

Bonus: nice dashboard or at least logs that make sense

I also have a mix of Docker and bare metal services, so proxying non-container stuff cleanly is important.

My final goal is setup like this: OVH (Reverse Proxy - Firewall) - Tailscale - Hetzner Server)

Hey everyone!

I’m a B2B contractor looking for a software setup that’s got everything to manage my business smoothly. Top of my list? A great system for invoicing, handling tax documents, and keeping tabs on the not-so-fun stuff like insurance and pensions. (self employed)

I want something that feels secure and under my control, especially because I deal with a lot of sensitive information. Here’s what I’m thinking:

Streamlined Invoicing: I need to send out invoices that are easy to customize and even easier to track. Bonus points if it handles multiple currencies! Tax Prep Made Easy: Anything that makes tax time less of a headache would be a game changer for me. Keeping Up with Insurance and Pensions: I definitely don’t want to drop the ball on these. A tool that helps me keep track without the hassle would be amazing. I’m all ears for any suggestions on platforms or specific tools that you think might fit the bill. And if there are some must-have add-ons or special tweaks that make everything work better, I’d love to know about those too.

Thanks a ton for helping a fellow self-hoster out!

What I need:

  • Simple modern UI
  • easy way to create invoice and auto generate pdf file for me
  • allow to make me invoice template so I can put like additional info like bank details
  • have nice dashboard so I can see my income What I want to avoid:
  • too complex system
  • lack of docker support
  • software with paywalls for functions

Hope you can help me find something.