Add JSON for each Script and a metadata.json file (#86)

* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
This commit is contained in:
Paul
2024-11-06 20:14:59 +13:00
committed by GitHub
parent 0cd5ff3f3d
commit 4d68c2e1ef
208 changed files with 7474 additions and 0 deletions

32
json/scrutiny.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "Scrutiny",
"slug": "scrutiny",
"categories": [],
"date_created": "2024-06-26",
"type": "LXC",
"updateable": 1,
"privileged": 0,
"interface_port": "8080",
"documentation": "",
"website": "https://github.com/AnalogJ/scrutiny?tab=readme-ov-file",
"logo": "https://github.com/AnalogJ/scrutiny/raw/master/webapp/frontend/src/assets/images/logo/scrutiny-logo-dark.png",
"description": "Scrutiny is a web-based tool for monitoring hard drive health using S.M.A.R.T metrics. It integrates with smartd to detect all connected hard drives, track their historical S.M.A.R.T data, and set customized thresholds based on real-world failure rates. It offers a web UI for easy monitoring and can send failure notifications via various services. Scrutiny aims to predict drive failures and ensure data safety through proactive monitoring and alerting.",
"install_methods": [
{
"type": "default",
"installer": "bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/scrutiny.sh)\"",
"resources": {
"cpu": "",
"ram": "",
"hdd": "",
"os": "",
"version": ""
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"alerts": []
}