Auto-sync: 20260113-134342
This commit is contained in:
14
SYNCTHING.md
14
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
|
||||
|
||||
Reference in New Issue
Block a user