From bcdebfd9c17f2b9b5d8ee623377a3bf99452252c Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 8 Feb 2026 02:41:42 +0000 Subject: [PATCH] [ci skip] update claude knowledge: fix NFS scripts path to secrets/ --- .claude/CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index b1663b8c..20cb1253 100755 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -95,8 +95,8 @@ Only use PV/PVC when the Helm chart requires `existingClaim` (like the Nextcloud ### Adding NFS Exports To add a new NFS exported directory: -1. Edit `nfs_directories.txt` - add the new directory path, keep the list sorted -2. Run `nfs_exports.sh` to create the NFS export +1. Edit `secrets/nfs_directories.txt` - add the new directory path, keep the list sorted +2. Run `secrets/nfs_exports.sh` from the `secrets/` directory to update the NFS share via TrueNAS API ### Factory Pattern (for multi-user services) Used when a service needs one instance per user. Structure: