20 lines
388 B
JSON
20 lines
388 B
JSON
|
|
{
|
||
|
|
"name": "nextcloud",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Nextcloud integration: status, users, and audit log",
|
||
|
|
"author": "BMC Networks",
|
||
|
|
"enabled": true,
|
||
|
|
"dependencies": [],
|
||
|
|
"table_prefix": "nextcloud_",
|
||
|
|
"api_prefix": "/api/v1/nextcloud",
|
||
|
|
"tags": [
|
||
|
|
"Nextcloud"
|
||
|
|
],
|
||
|
|
"config": {
|
||
|
|
"safety_switches": {
|
||
|
|
"read_only": true,
|
||
|
|
"dry_run": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|