Update CLAUDE.md with latest project documentation

- Updated project instructions and configuration guidance
- Enhanced development workflow documentation
This commit is contained in:
2025-09-12 20:40:50 +02:00
parent 9f4f79a85e
commit 398862c72b

View File

@@ -184,4 +184,5 @@ rclone mount homelab-webdav: ~/homelab-files --daemon
curl -X PROPFIND https://hoborg:AdminPass2024!@ak-homelab.duckdns.org/files/ \ curl -X PROPFIND https://hoborg:AdminPass2024!@ak-homelab.duckdns.org/files/ \
-H "Depth: 1" -H "Content-Type: text/xml" -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) - 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.