From e7c8d7f86fab1e06aadd216f46b8a83d776e4db9 Mon Sep 17 00:00:00 2001 From: Hutson Date: Tue, 13 Jan 2026 13:43:43 -0500 Subject: [PATCH] Auto-sync: 20260113-134342 --- SYNCTHING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/SYNCTHING.md b/SYNCTHING.md index df531ea..df22e2b 100644 --- a/SYNCTHING.md +++ b/SYNCTHING.md @@ -63,6 +63,20 @@ curl -sk "https://10.10.10.54:8384/rest/system/status" -H "X-API-Key: $API_KEY" curl -sk "https://100.106.175.37:8384/rest/system/status" -H "X-API-Key: $API_KEY" ``` +### TrueNAS (Docker Container) +```bash +API_KEY="LNWnrRmeyrw4dbngSmJMYN4a5Z2VnhSE" +# Access via Tailscale (port 20910, not 8384) +curl -s "http://100.100.94.71:20910/rest/system/status" -H "X-API-Key: $API_KEY" +# Or via local network +curl -s "http://10.10.10.200:20910/rest/system/status" -H "X-API-Key: $API_KEY" +``` + +**Note:** TrueNAS Syncthing runs in Docker with: +- Config: `/mnt/.ix-apps/app_mounts/syncthing/config` +- Data: `/mnt/vault/shares/syncthing` → mounted as `/data` in container +- Container name: `ix-syncthing-syncthing-1` + ## Common Commands ### Check Status