mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +00:00
77d2df5a0f
* Update JSON Files for Website * fix microcode json
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"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": "info"
|
|
}
|
|
]
|
|
} |