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