< SHELBY/ · FIELD OUTPUT v2026.09
Orchestration · INTERNAL SYSTEM

Shelby Stacks

Self-hosted integration and chat stacks on the always-on server: Nango for connector auth and proxying, LibreChat as a private multi-model chat, both reachable only on the private network.

LIVE INTERNAL STK
SYSTEM NOTEThe problem it solves

Every new integration used to mean another OAuth dance, another secret file and another place tokens could leak. Chat with several models meant several browser tabs and no shared memory.

PROCESS RAILHow it works
[01]
Isolate

a dedicated container profile, separate from the production VM

[02]
Connect

Nango holds the connector authorizations and proxies the calls

[03]
Chat

LibreChat fronts the models with tools from the knowledge servers

[04]
Protect

tailnet-only hostnames, admin user, no public ingress

[05]
Keep

autostart on boot and a nightly backup that refuses to run when the disk is nearly full

SYSTEM NOTEUnder the hood
FIELD NOTEWhy it matters

New integrations become configuration instead of engineering, and the model conversations stay on hardware Aragorn owns.