initial commit

This commit is contained in:
2026-04-27 11:35:05 +02:00
parent b8e85624b9
commit feda943270
19 changed files with 2381 additions and 2 deletions

11
config-example.json Normal file
View File

@@ -0,0 +1,11 @@
{
"modules": ["sysinfo","docker","procMon"],
"volumes": {
"zfs": [],
"non_zfs": ["sda"]
},
"network": {
"nics": ["ens18"]
},
"gpu": "nVidia"
}