From 1cb6432e403c3ae46752133b327edb5aaf3e2c75 Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Sun, 8 Mar 2026 13:11:13 -0500 Subject: [PATCH] "vault backup: 2026-03-08 13:11:13 from Flow" --- 21-Server Reference/.claude/settings.local.json | 7 +++++++ 21-Server Reference/SpecSheet.md | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 21-Server Reference/.claude/settings.local.json diff --git a/21-Server Reference/.claude/settings.local.json b/21-Server Reference/.claude/settings.local.json new file mode 100644 index 0000000..9c0614f --- /dev/null +++ b/21-Server Reference/.claude/settings.local.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": [ + "Bash(ssh homelab:*)" + ] + } +} diff --git a/21-Server Reference/SpecSheet.md b/21-Server Reference/SpecSheet.md index a7c4a87..7c285f3 100644 --- a/21-Server Reference/SpecSheet.md +++ b/21-Server Reference/SpecSheet.md @@ -1,3 +1,8 @@ # Objective -Create a living documentation of a server, including configuration, docker containers, changes, and any other relevant information. The end goal should be if a sever admin who had never touched this server before were to read this documentation, he would be an expert and understand everything that he needs to about the server. +Create a living documentation of a server, including configuration, docker containers, changes, and any other relevant information. The end goal should be if a sever admin who had never touched this server before were to read this documentation, they would be an expert and understand everything that they need to about the server. +It does not need to live in a single file, and should be divided between different folders and files. + +Whenever any changes need to be made, the relevant parts of this documentation need to be read, compared to current status, and updated accordingly + +## Sid \ No newline at end of file