This commit is contained in:
s8n 2026-05-22 18:32:56 +01:00
commit 4f607622d6
3 changed files with 73 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.swp
.DS_Store

71
README.md Normal file
View file

@ -0,0 +1,71 @@
<h1 align="center">s8n</h1>
<p align="center">
<em>Operator. Builder.</em>
</p>
<p align="center">
<img src="workspace.jpg" alt="workspace" width="720"/>
</p>
---
## 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)
---
## Right now
Polishing the ARRFLIX v2 theme. Refurbing a 2013 MacBook into a Debian server. 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. Blockers get parked. Mornings get
reports. The next thing gets pushed.

BIN
workspace.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB