Initial repository setup for TrueNAS Scale configuration management and disaster recovery. This system provides automated collection, versioning, and documentation of TrueNAS configuration state. Key components: - Configuration collection scripts with API integration - Disaster recovery exports (configs, storage, system state) - Comprehensive documentation and API reference - Sub-agent architecture for specialized operations Infrastructure protected: - Storage pools and datasets configuration - Network configuration and routing - Sharing services (NFS, SMB, iSCSI) - System tasks (snapshots, replication, cloud sync) - User and group management Security measures: - API keys managed via environment variables - Sensitive data excluded via .gitignore - No credentials committed to repository 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
66 lines
794 B
JSON
66 lines
794 B
JSON
[
|
|
{
|
|
"id": 4,
|
|
"service": "cifs",
|
|
"enable": true,
|
|
"state": "RUNNING",
|
|
"pids": [
|
|
4935
|
|
]
|
|
},
|
|
{
|
|
"id": 6,
|
|
"service": "ftp",
|
|
"enable": true,
|
|
"state": "RUNNING",
|
|
"pids": [
|
|
2706
|
|
]
|
|
},
|
|
{
|
|
"id": 7,
|
|
"service": "iscsitarget",
|
|
"enable": false,
|
|
"state": "STOPPED",
|
|
"pids": []
|
|
},
|
|
{
|
|
"id": 9,
|
|
"service": "nfs",
|
|
"enable": true,
|
|
"state": "RUNNING",
|
|
"pids": []
|
|
},
|
|
{
|
|
"id": 10,
|
|
"service": "snmp",
|
|
"enable": false,
|
|
"state": "STOPPED",
|
|
"pids": []
|
|
},
|
|
{
|
|
"id": 11,
|
|
"service": "ssh",
|
|
"enable": true,
|
|
"state": "RUNNING",
|
|
"pids": [
|
|
2397
|
|
]
|
|
},
|
|
{
|
|
"id": 14,
|
|
"service": "ups",
|
|
"enable": false,
|
|
"state": "STOPPED",
|
|
"pids": []
|
|
},
|
|
{
|
|
"id": 18,
|
|
"service": "smartd",
|
|
"enable": true,
|
|
"state": "RUNNING",
|
|
"pids": [
|
|
2237
|
|
]
|
|
}
|
|
] |