No description
Find a file
Darren Neese 71d4bee616 docs(ai-chats): reconstruct session summaries from Claude Code logs
Baseline --00.md summaries routed by files-touched; INDEX.md merged.
Non-destructive, UUID-deduped, generated by /_ai_chats_repair.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V2ypT4c8fHQFd3BJJuVLUB
2026-07-06 19:32:41 -04:00
.ai-chats docs(ai-chats): reconstruct session summaries from Claude Code logs 2026-07-06 19:32:41 -04:00
.archive add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
.planning sync: checkpoint 2026-06-30 2026-06-30 19:18:09 -04:00
.taskmaster sync: checkpoint 2026-04-19 2026-04-19 18:20:17 -04:00
compose-linkstack-berlyn Add LinkStack compose template for linkstack.berlyn.spl.tech 2026-03-20 08:44:39 -05:00
costs Gold Standard documentation overhaul: fix integrity issues, fill critical gaps, add operational guides 2026-03-16 03:17:20 -04:00
docs add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
servers Merge primary/main: integrate Berlyn's Gitea updates with Gold Standard docs 2026-03-16 03:51:49 -04:00
.env Remove sensitive token information from .env file 2026-01-28 09:58:43 -05:00
.gitattributes Add .gitattributes, .gitignore, CHANGELOG.md, and LICENSE files for project configuration and documentation 2026-02-07 02:54:28 -05:00
.gitignore Fix .gitignore encoding (UTF-16 to UTF-8) and add session log exclusion 2026-02-16 19:54:33 -06:00
CHANGELOG.md Gold Standard documentation overhaul: fix integrity issues, fill critical gaps, add operational guides 2026-03-16 03:17:20 -04:00
CLAUDE.md Merge primary/main: integrate Berlyn's Gitea updates with Gold Standard docs 2026-03-16 03:51:49 -04:00
Fix Your Website Repo — Step-by-Step Commands 2026-03-30T22_19_40+00_00.eml add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
Headless Server GUI XFCE + xrdp Setup Guide add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
IDEAS.md Document LinkStack deployment and update full server inventory 2026-03-05 00:04:07 -05:00
LICENSE Add .gitattributes, .gitignore, CHANGELOG.md, and LICENSE files for project configuration and documentation 2026-02-07 02:54:28 -05:00
mew-troubleshooting-2026-03-23.md add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
MEW.png sync: checkpoint 2026-04-12 2026-04-12 12:07:00 -04:00
mew_halfblock - Copy.txt add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
noreply email stalwart fix.pdf add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
pokemon-scarlet-and-pokemon-violet-official-mew-and-mewtwo-t_5ufs.1280.webp sync: checkpoint 2026-04-12 2026-04-12 12:07:00 -04:00
powershell-guides.lnk add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
README.md Merge origin/main: integrate Berlyn's Gitea, SSH config, and session docs 2026-03-16 03:20:46 -04:00
RESUME.md Session 2026-05-06 - Ultra-counsel architecture plan + ai-chats repair 2026-05-06 20:58:19 -04:00
ROADMAP.md Add initial IDEA, ROADMAP, and TODO markdown files 2026-01-31 15:59:35 -06:00
Stalwart Email Fix — Status Update 2026-03-23T07_14_22+00_00.eml add docs, troubleshooting guides, and config files 2026-04-17 17:36:28 -05:00
TODO.md Move task tracking to Planka, keep TODO.md as historical reference 2026-03-08 03:34:06 -05:00

🐱 Mew - Server Documentation

Welcome to Berlyn's server documentation repository!


📖 What is this?

This repo contains documentation for all servers managed by Berlyn Neese. It's designed to:

  • 📚 Keep organized records of server configurations
  • 🔐 Document secure access practices
  • 📈 Scale easily as more servers are added
  • 📖 Serve as a learning resource

🚀 Quick Start

Current Servers

Server IP OS Purpose Key Services
vps-01-racknerd 155.94.170.136 Ubuntu 22.04 General Purpose Stalwart Mail, Coolify, Traefik, Gitea

👉 View All Servers | 📊 Cost Tracking | 🗺️ Architecture

Connect to a Server

ssh mew

🛠️ Management Portals

Portal URL Purpose
Coolify https://coolify.lavender-daydream.com/ Main deployment platform
Stalwart Admin https://webmail.lavender-daydream.com/ Email server admin / webmail
Gitea https://git.lavender-daydream.com/ Git repository hosting

🧭 How to Use This Repo

I want to... Go to...
Connect to my server SSH Setup + Cheat Sheet
Install a new app Apps to Install + Deployment Procedures
Something is broken Incident Response + Runbooks
Set up a new server New Server Checklist
Check email server Stalwart Setup
Understand the infrastructure Architecture + Status Dashboard
Back up my data Backup & Recovery
See what's running Status Dashboard

📁 Repository Structure

mew/
├── 📄 README.md                    ← You are here
├── 📂 docs/
│   ├── 📂 product/                 ← Project requirements
│   │   ├── PRD.md
│   │   └── INTENT.md
│   ├── 📂 guides/                  ← How-to guides
│   │   ├── apps-to-install.md      ← Top 100 homelab apps
│   │   ├── backup-recovery.md
│   │   ├── coolify-management.md
│   │   ├── deployment-procedures.md
│   │   ├── maintenance-schedule.md
│   │   ├── monitoring-setup.md
│   │   ├── new-server-checklist.md
│   │   └── ssh-setup.md
│   ├── 📂 runbooks/                ← Operational procedures
│   │   ├── emergency-access.md
│   │   ├── server-reboot.md
│   │   └── security-lockdown.md
│   ├── 📂 reference/               ← Quick-reference material
│   │   ├── cheat-sheet.md
│   │   └── dns-records.md
│   ├── architecture.md             ← Infrastructure diagrams
│   ├── incident-response.md        ← Emergency playbook
│   └── status-dashboard.md         ← Infrastructure at a glance
├── 📂 servers/                     ← Server documentation
│   ├── README.md                   ← Server inventory
│   └── vps-01-racknerd/
│       ├── README.md               ← Server details
│       ├── CHANGELOG.md            ← Change history
│       └── stalwart-email-setup.md ← Email server config
└── 📂 costs/                       ← Cost tracking
    └── 2026.md

📚 Documentation Index

🔧 Guides

Guide Description
🔐 SSH Setup Generate and configure SSH keys
New Server Checklist Steps for adding a new server
📦 Apps to Install Top 100 self-hosted apps catalog
💾 Backup & Recovery Backup procedures and disaster recovery
🚀 Deployment Procedures Deploy services via Coolify
📊 Monitoring Setup Server and service monitoring
🔧 Coolify Management Manage the Coolify PaaS
📅 Maintenance Schedule Recurring maintenance tasks

📋 Runbooks

Runbook When to Use
🚨 Emergency Access Can't SSH into server
🔄 Server Reboot Need to safely restart
🛡️ Security Lockdown Harden a new server

📖 Reference

Document Description
🗺️ Architecture Infrastructure diagrams
📋 Status Dashboard Infrastructure at a glance
🚨 Incident Response What to do when things break
🌐 DNS Records Complete DNS reference
Cheat Sheet Quick command reference
💰 Cost Tracking Infrastructure spending
📧 Stalwart Setup Email server configuration

👥 Maintainers

  • Berlyn Neese - Owner
  • Darren Neese - Advisor

🔒 Security Note

This repository is hosted on a private Git server (git.superpowerlabs.app). Secrets are acceptable in this context. If this repo is ever published publicly (e.g., as a template on GitHub), all secrets must be removed and git history scrubbed.


Last updated: 2026-03-16