How to Self-Host a Git Server With Gitea (September 2026)?

How to Self-Host a Git Server With Gitea and Configure SSH Access

Self-hosting your own Git server gives you complete control over your code, ensures privacy for sensitive projects, and eliminates dependency on cloud services. Gitea is a lightweight, open-source Git service that provides a familiar GitHub-like interface while using a fraction of the resources. In this guide, I’ll walk you through how to self-host a Git … Read more

How to Fix Empty Grafana Panels (September 2026)?

How to Fix an Imported Node Exporter Grafana Dashboard That Renders Empty Panels

An imported Node Exporter Grafana dashboard renders empty panels when the dashboard’s PromQL queries cannot find matching time series in Prometheus. The most common causes are a datasource name mismatch on import, unresolved template variables, wrong job label, missing uname module, or Node Exporter version drift that renamed metrics. I have rebuilt this dashboard for … Read more