Reorganize repos into kitestacks-homelab + plain-English doc rewrite

- Rewrote RUNBOOK.md and DEBUG-DOCUMENTATION.md in simple 5th-grade language
  with real-world analogies for every technical concept
- Updated README.md with current service inventory and folder map
- Added cloud-migration/ subdirectory (from kitestacks-cloud-migration repo)
- Added autosync/ subdirectory (from kitestacks-homelab-autosync-test repo)
- Added osticket/ subdirectory (from OSTicketSystem repo)
- Added cloud/ placeholder for future cloud configs
- Excluded binary DB/postgres files from autosync subdirectory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
kenpat 2026-06-18 18:37:58 -05:00
parent f79478158d
commit fb822d5142
75 changed files with 11711 additions and 338 deletions

7
osticket/CHANGELOG.md Normal file
View file

@ -0,0 +1,7 @@
# Changelog
This file explains what changed in simple words.
## 2026-06-08
- Started Phase 1: OSTicketSystem.
- Created separate files for runbook, debug notes, and change history.

View file

@ -0,0 +1,3 @@
# Debug Documentation
This file is for errors, fixes, broken commands, and troubleshooting notes.

5
osticket/README.md Normal file
View file

@ -0,0 +1,5 @@
# OSTicketSystem
This is Phase 1 of the training project.
Goal: Build a custom ticket system where classmates can log in, claim tickets, complete tasks, and close tickets.

5
osticket/RUNBOOK.md Normal file
View file

@ -0,0 +1,5 @@
# OSTicketSystem Runbook
This file explains how to build and use the project from start to finish.
No debugging notes go here.