All Posts

Browse all 44 published posts

Jamie August 10, 2025

JDB-NET has a New Look!

Welcome to the new and improved JDB-NET! I'm excited to announce that I've moved on from the old Ghost-powered blog and have replaced it with a brand new site that I've built from the ground up using Flask and a fantastic dark theme from Tailwind CSS.

Read more
Jamie July 16, 2025

Introducing EchoLog: Your Personal Homelab Journal

Every homelab enthusiast knows the journey is one of constant tinkering, learning, and discovery. But how do you keep track of it all? From a minor configuration tweak to a major server overhaul, remembering every command, change, and breakthrough can be a challenge. That's why I created EchoLog - a simple, beautiful, and self-hosted journaling platform designed specifically for you.

Read more
Jamie July 02, 2025

JDB-NET Calendar: Self-Host Your Schedule

In a world where our digital lives are increasingly managed by large corporations, the data we produce, our plans, our appointments, our entire schedule, is often stored on servers we have no control over. I wasn't entirely comfortable with that, which is why I decided to build my own solution: JDB-NET Calendar.

Read more
Jamie April 28, 2025

VMs vs LXCs: When to use what

If you're running a Proxmox environment, you've probably noticed it supports two types of virtualisation: Virtual Machines (VMs) and Linux Containers (LXCs). Both are powerful, flexible, and useful in different scenarios, but knowing when to use which can save you time, resources, and a few headaches down the road.

Read more
Jamie December 25, 2024

Proxmox Datacenter Manager

If like me you have a lot of individual Proxmox nodes or a lot of Proxmox clusters then this is for you. Proxmox Datacenter Manager allows you to combine all of your Proxmox nodes and clusters into a single web interface. Funnily enough a bit like vCenter from VMWare!

Read more
Jamie November 06, 2024

Using Prometheus and Grafana for Advanced Monitoring

In today’s tech landscape, where server uptime and performance are critical to user experience and operational efficiency, effective monitoring tools have become essential. Prometheus and Grafana are two powerful, open-source solutions that together offer a robust platform for real-time monitoring and visualisation. Prometheus provides precise, customisable metrics collection, while Grafana brings these metrics to life with rich, interactive dashboards. This combination not only helps identify and resolve issues before they impact users but also enables data-driven insights to optimise performance and prevent future bottlenecks. If you're managing infrastructure, scaling applications, or just looking to maintain a healthy server environment, Prometheus and Grafana are indispensable tools to consider.

Read more
Jamie October 30, 2024

Self Hosted ChatGPT using Ollama

Setting up Ollama AI is a great way to dive into the world of artificial intelligence without the hassle. Whether you want help with content creation, answering complex questions, or just automating some of your routine tasks, Ollama makes AI accessible and pretty intuitive. It’s built for everyone from curious beginners to tech enthusiasts who want to get hands-on with AI in a way that’s practical and fun. If you’re ready to see what AI can really do for you, Ollama is a solid place to start!

Read more
Jamie October 23, 2024

SSL Certificates for Proxmox Backup Server through Cloudflare

When accessing the Proxmox Backup Server web interface, by default you'll get a warning about the SSL certificate not being valid. If you have a domain in Cloudflare then you can use their API with the help of Lets Encrypt to generate a valid certificate. Note once you've done this you also won't be required to enter a fingerprint on your Proxmox VE hosts for backing up as you'll be using a valid SSL certificate.

Read more
Jamie October 08, 2024

How to Setup an Arr Stack

The Arr stack refers to a group of apps like Sonarr, Radarr and Lidarr that automate downloading and managing TV shows, movies and music. They work together to find and organise your media without you having to lift a finger, making binge-watching a breeze!

Read more
Jamie August 01, 2024

Setup Postfix to Send to an External SMTP Server

Setting up a local Postfix instance to forward traffic to an external SMTP server can save you hours of setting up an individual Postfix config on each system you have. Each system can send to this instance which then forwards it out to your external SMTP server of choice. A popular choice is Google's SMTP server.

Read more
Jamie August 01, 2024

Setup the Rsync Daemon

Rsync is a brilliant package that allows you to quite simply sync files from one system to another. By default it utilises SSH which sometimes isn't convenient for example when automating an Rsync task. Instead you can use the Rsync daemon or module.

Read more
Jamie July 09, 2024

Install Apache Guacamole in Docker

This is the best and easiest way to run Guacamole that I've found. I've ran it this way for a long time now, the image is frequently updated and it just works. No mucking about with databases or incompatibilities.

Read more
Jamie June 15, 2024

Install Windows 11 with a Local User Account

Previously on Windows 10, you could simply choose 'I don't have internet' and be able to setup Windows using a local user account bypassing all of the Microsoft account stuff. With Windows 11, this is still possible but requires an extra step that couldn't be any further from obvious.

Read more
Jamie May 24, 2024

Setup a Pi-hole DNS Server

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network.

Read more
Jamie May 24, 2024

Fireshare - A self hosted video sharing platform

I came across Fireshare whilst constantly getting pestered to join Discord Nitro to get around the file upload limit. It ticked all of the boxes. Easy upload, link generation and easy for the viewer to use. I've been using it for at least a year at this point and have shared many clips with friends.

Read more