mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
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:
39
json/olivetin.json
Normal file
39
json/olivetin.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "OliveTin",
|
||||
"slug": "olivetin",
|
||||
"categories": [
|
||||
15
|
||||
],
|
||||
"date_created": "2024-05-02",
|
||||
"type": "misc",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "1337",
|
||||
"documentation": null,
|
||||
"website": "https://www.olivetin.app/",
|
||||
"logo": "https://www.olivetin.app/resources/images/logo.png",
|
||||
"description": "OliveTin provides a secure and straightforward way to execute pre-determined shell commands through a web-based interface.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "misc/olivetin.sh",
|
||||
"resources": {
|
||||
"cpu": null,
|
||||
"ram": null,
|
||||
"hdd": null,
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Configuration Path: `/etc/OliveTin/config.yaml`",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user