AuthonAuthon Blog
All articles

#selfhosted

17 articles tagged with “selfhosted

Why self-hosted ebook servers choke at 150k books (and how to fix it)
debugging

Why self-hosted ebook servers choke at 150k books (and how to fix it)

Self-hosted ebook servers often break past 50k books. Here's why the database is usually the bottleneck and how to fix indexing, search, and metadata at scale.

selfhosteddatabaseperformance
How to cut Node.js memory usage by 40% in self-hosted apps
debugging

How to cut Node.js memory usage by 40% in self-hosted apps

A walkthrough of debugging high memory usage in a Node.js service running on a small VPS, with three concrete fixes that added up to a 40% RSS reduction.

nodejsperformanceselfhosted
Migrating from Google Analytics: Umami vs Plausible vs Fathom
comparison

Migrating from Google Analytics: Umami vs Plausible vs Fathom

A practical comparison of Umami, Plausible, and Fathom for replacing Google Analytics — with a self-hosting safety lesson from a viral Reddit post.

selfhostedanalyticsprivacy
How to Set Up a Self-Hosted Forum When You're Tired of Renting Your Community
debugging

How to Set Up a Self-Hosted Forum When You're Tired of Renting Your Community

How to set up a self-hosted Discourse forum for digital sovereignty — from server provisioning to backups and maintenance.

selfhosteddevopsopensource
Platform-Bundled vs Own-Your-Stack: A Developer's Guide to Actually Owning Your Web Presence
comparison

Platform-Bundled vs Own-Your-Stack: A Developer's Guide to Actually Owning Your Web Presence

Comparing bundled platform domains vs independent registration, plus privacy-focused analytics like Umami, Plausible, and Fathom.

webdevdomainsprivacy
Self-Hosted Finance Automation vs Cloud: n8n + Actual Budget Stack
comparison

Self-Hosted Finance Automation vs Cloud: n8n + Actual Budget Stack

Comparing self-hosted finance automation (n8n + Actual Budget + SimpleFIN + Claude) vs cloud tools like YNAB and Zapier: real costs, tradeoffs, and setup.

selfhostedautomationbudgeting
How to Self-Host a Public Website on a $10 ESP32 Without It Crashing
debugging

How to Self-Host a Public Website on a $10 ESP32 Without It Crashing

A step-by-step guide to serving a public website from an ESP32 microcontroller — fixing crashes, memory leaks, and exposing it to the internet.

esp32selfhostedwebdev
Why Your Lab Domain Suddenly Stopped Resolving (DNS Blocklists)
debugging

Why Your Lab Domain Suddenly Stopped Resolving (DNS Blocklists)

When your domain lands on a DNS blocklist, your entire lab breaks. Here's how to diagnose, fix, and prevent DNS blocklist issues.

dnsselfhostednetworking
How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum
debugging

How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum

Fix your team's scattered knowledge problem by self-hosting a forum. Step-by-step guide covering Discourse, Flarum, and NodeBB setup.

selfhosteddevopsproductivity
How to Replace Cloud Object Storage With a Self-Hosted S3-Compatible Setup
debugging

How to Replace Cloud Object Storage With a Self-Hosted S3-Compatible Setup

Step-by-step guide to migrating from cloud object storage to self-hosted MinIO, covering setup, data migration, and operational trade-offs.

devopsselfhostedobjectstorage
Cloud AI APIs vs. Self-Hosted LLMs: When an Old Phone Beats GPT-4
comparison

Cloud AI APIs vs. Self-Hosted LLMs: When an Old Phone Beats GPT-4

Comparing cloud AI APIs vs self-hosted local LLMs on repurposed phones. Practical cost analysis, code examples, and when each approach wins.

aiselfhostedmachinelearning
How to Run a Web Server on 27MB of RAM (and a Solar Panel)
debugging

How to Run a Web Server on 27MB of RAM (and a Solar Panel)

A step-by-step guide to running a web server on a solar-powered Raspberry Pi with just 27MB of RAM, from OS stripping to power management.

linuxwebdevraspberrypi
Migrating Away from Microsoft's Ecosystem: A Developer's Practical Guide
comparison

Migrating Away from Microsoft's Ecosystem: A Developer's Practical Guide

A practical guide to reducing Microsoft ecosystem lock-in, with migration paths for cloud storage and authentication using open alternatives.

microsoftcloud-storageauthentication
Why Your Python Scripts Fail in Self-Hosted n8n (And How to Fix It)
debugging

Why Your Python Scripts Fail in Self-Hosted n8n (And How to Fix It)

Why Python scripts fail in self-hosted n8n Docker containers and how to fix it with custom images, virtual environments, and sidecar patterns.

dockerpythonselfhosted
How to Self-Host Your Own Email Server (And Stop Depending on Third Parties)
debugging

How to Self-Host Your Own Email Server (And Stop Depending on Third Parties)

A step-by-step guide to self-hosting your own email server with Mailcow, DNS configuration, deliverability debugging, and maintenance tips.

selfhostedemaildevops
Why Your HTTPS Traffic Isn't Really End-to-End (And How to Fix It)
debugging

Why Your HTTPS Traffic Isn't Really End-to-End (And How to Fix It)

Your HTTPS traffic gets decrypted at reverse proxies before reaching your server. Here's how to audit, fix, and prevent TLS termination blind spots.

securitynetworkingdevops
How to Build a Fully Local Thermal Printer Server (No Cloud Required)
debugging

How to Build a Fully Local Thermal Printer Server (No Cloud Required)

Build a local thermal printer server with a Raspberry Pi and Python — no cloud, no subscriptions. Step-by-step guide with ESC/POS, Flask, and systemd.

raspberrypiselfhostedpython
Articles tagged "selfhosted" | Authon Blog