<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Self-Hosting on srdusr</title><link>https://srdusr.com/tags/self-hosting/</link><description>Recent content in Self-Hosting on srdusr</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 03 Sep 2026 07:34:43 +0200</lastBuildDate><atom:link href="https://srdusr.com/tags/self-hosting/index.xml" rel="self" type="application/rss+xml"/><item><title>A Git Server Is Two Packages and a Location Block</title><link>https://srdusr.com/blog/a-git-server-is-two-packages/</link><pubDate>Thu, 03 Sep 2026 00:00:00 +0000</pubDate><guid>https://srdusr.com/blog/a-git-server-is-two-packages/</guid><description>&lt;p&gt;A git forge is a large piece of software. Gitea, Forgejo and GitLab all
give you issues, pull requests, accounts and CI, and all of them want
hundreds of megabytes of memory to do it.&lt;/p&gt;
&lt;p&gt;If what you want is somewhere to &lt;code&gt;git clone&lt;/code&gt; from that is not GitHub, you
need none of that. &lt;code&gt;git&lt;/code&gt; already ships a server. nginx already speaks
CGI. The whole thing is two packages and one location block.&lt;/p&gt;</description></item><item><title>Hardening a Small Server Without Making It Unusable</title><link>https://srdusr.com/blog/hardening-a-small-server/</link><pubDate>Thu, 03 Sep 2026 00:00:00 +0000</pubDate><guid>https://srdusr.com/blog/hardening-a-small-server/</guid><description>&lt;p&gt;A single virtual machine running a couple of small sites does not need a
security programme. It needs about a dozen specific changes, most of
which take a minute each.&lt;/p&gt;
&lt;p&gt;Two of them look finished when they are not, and those two are worth
more attention than the rest combined. They are at the end.&lt;/p&gt;
&lt;h2 id="start-with-the-front-door"&gt;Start with the front door&lt;/h2&gt;
&lt;p&gt;Key-only SSH, no root login, and a firewall that rejects by default.&lt;/p&gt;</description></item></channel></rss>