ProxmoxVE/json/cronicle.json
Paul 4d68c2e1ef
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
2024-11-06 08:14:59 +01:00

43 lines
1.7 KiB
JSON

{
"name": "Cronicle Primary",
"slug": "cronicle",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "3012",
"documentation": null,
"website": "https://github.com/jhuckaby/Cronicle",
"logo": "https://github.com/jhuckaby/Cronicle/blob/master/htdocs/images/logo-128.png?raw=true",
"description": "Cronicle is a task scheduling and management software that allows users to schedule and run tasks automatically on multiple servers. It has a web-based user interface that provides a convenient and centralized way to manage tasks and view their execution status. With Cronicle, users can schedule tasks to run at specific times, or on demand, and assign tasks to specific worker servers. The software provides real-time statistics and a live log viewer to help users monitor the progress of tasks. Cronicle is designed for use in large-scale environments, making it a valuable tool for automation and management of complex and time-sensitive tasks.",
"install_methods": [
{
"type": "default",
"script": "ct/cronicle.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Primary and Worker Private Keys Must Match.",
"type": "warning"
},
{
"text": "Configuration Path: `/opt/cronicle/conf/config.json`",
"type": "warning"
}
]
}