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:
parent
f79478158d
commit
fb822d5142
75 changed files with 11711 additions and 338 deletions
7
osticket/CHANGELOG.md
Normal file
7
osticket/CHANGELOG.md
Normal 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.
|
||||
3
osticket/DEBUG-DOCUMENTATION.md
Normal file
3
osticket/DEBUG-DOCUMENTATION.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Debug Documentation
|
||||
|
||||
This file is for errors, fixes, broken commands, and troubleshooting notes.
|
||||
5
osticket/README.md
Normal file
5
osticket/README.md
Normal 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
5
osticket/RUNBOOK.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue