commit 1378ba9b9f8ae3574e5853eda1af32dd8066d1dd Author: s8n Date: Fri May 22 18:56:06 2026 +0100 Profile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf9dfdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.swp +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..da09c2a --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +

s8n

+ +

+ Operator. Builder. +

+ +

+ workspace +

+ +--- + +## About + +I build the infrastructure I wish existed. + +Servers I run, host, and maintain. A steady output of self-hosted services +that replace the ones I refuse to depend on. Software I ship. Things I use +every day. + +--- + +## Projects + +### Production infrastructure + +Pre-hardened server installers. Boot the USB, walk away, get a locked-down box ready for the internet. + +- [**`production-deb`** →](https://git.s8n.ru/s8n/production-deb) — Debian server installer. Encrypted disk, SSH key only, firewall on by default. +- [**`production-openbsd`** →](https://git.s8n.ru/s8n/production-openbsd) — OpenBSD edge router config. Handles all public traffic, keeps everything behind it private. + +### [ARRFLIX →](https://arrflix.com) + +My own private streaming service. Movies and shows I care about, AI-upscaled to the best quality. No ads. No tracking. + +Check out my work > [`ARRFLIX`](https://git.s8n.ru/s8n/ARRFLIX) · [`arrflix-keeper`](https://git.s8n.ru/s8n/arrflix-keeper) + +### [FlexHub →](https://flexhub.s8n.ru) + +Self-hosted GitHub replacement. All my code lives here — source, issues, CI. I run it. I own it. + +### [racked.ru →](https://racked.ru) + +Minecraft, the way it should be. My own server, my own launcher, my own performance-tuned client. Microsoft-free. Privacy-first. Fully open source. + +Check out my work > [`minecraft-server`](https://git.s8n.ru/s8n/minecraft-server) · [`minecraft-launcher`](https://git.s8n.ru/s8n/minecraft-launcher) · [`auth-limbo-v2`](https://git.s8n.ru/s8n/auth-limbo-v2) + +### [s8n.ru →](https://s8n.ru) + +My personal website. Persistent contact, and where to find everything I'm building. + +--- + +## Right now + +Working on ARRFLIX v2. Hardening the OpenBSD edge router. + +--- + +## Infra principles + +*How I run my own stack. Paid work: your money, your spec.* + +- **Privacy is the floor, not a feature.** Telemetry off, phoning-home stripped. +- **Self-host everything.** If a third party can revoke access, I don't depend on it. +- **FOSS by default.** Premium plugins get replaced; cloud services get replicated locally. +- **Document continuously.** The diff is the receipt; the doc is the map. + +--- + +## How I work + +Receipts in `git log`, not in memory. Mornings get reports. The next thing +gets pushed. + +--- + +

+ Public surface area is intentionally thin. If you found this, you already know how to reach me. +

+ diff --git a/workspace.jpg b/workspace.jpg new file mode 100644 index 0000000..e024b29 Binary files /dev/null and b/workspace.jpg differ