From 398862c72bbe879a785445d28a9267e688672875 Mon Sep 17 00:00:00 2001 From: Arpad Krejczinger Date: Fri, 12 Sep 2025 20:40:50 +0200 Subject: [PATCH] Update CLAUDE.md with latest project documentation - Updated project instructions and configuration guidance - Enhanced development workflow documentation --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index b25029a..bb04427 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -184,4 +184,5 @@ rclone mount homelab-webdav: ~/homelab-files --daemon curl -X PROPFIND https://hoborg:AdminPass2024!@ak-homelab.duckdns.org/files/ \ -H "Depth: 1" -H "Content-Type: text/xml" ``` -- Always edit the local configs before when possible, and then copy them to the proper location. Instead of editing system files directly (and then losing the config and it won't be in this repo) \ No newline at end of file +- Always edit the local configs before when possible, and then copy them to the proper location. Instead of editing system files directly (and then losing the config and it won't be in this repo) +- Never run sudo commands, instead create a script in scripts/tmp and ask the user to run it. \ No newline at end of file