Files
clan-core/inventory.json
2024-07-02 11:07:11 +02:00

13 lines
239 B
JSON

{
"machines": {
"minimal-inventory-machine": {
"name": "foo",
"system": "x86_64-linux",
"description": "A nice thing",
"icon": "./path/to/icon.png",
"tags": ["1", "2", "3"]
}
},
"services": {}
}