Profile
This commit is contained in:
commit
f12d419156
3 changed files with 79 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.swp
|
||||
.DS_Store
|
||||
77
README.md
Normal file
77
README.md
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
<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. 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.
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<sub>Public surface area is intentionally thin. If you found this, you already know how to reach me.</sub>
|
||||
</p>
|
||||
|
||||
BIN
workspace.jpg
Normal file
BIN
workspace.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 KiB |
Loading…
Reference in a new issue