mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 20:29:16 +00:00
38 lines
1004 B
JSON
38 lines
1004 B
JSON
|
{
|
||
|
"name": "OliveTin",
|
||
|
"slug": "olivetin",
|
||
|
"categories": [
|
||
|
"Dashboards"
|
||
|
],
|
||
|
"date_created": "2024-05-02",
|
||
|
"type": "misc",
|
||
|
"updateable": 0,
|
||
|
"privileged": 0,
|
||
|
"interface_port": "1337",
|
||
|
"documentation": "",
|
||
|
"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": "",
|
||
|
"ram": "",
|
||
|
"hdd": "",
|
||
|
"os": "",
|
||
|
"version": ""
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"default_credentials": {
|
||
|
"username": "",
|
||
|
"password": ""
|
||
|
},
|
||
|
"alerts": [
|
||
|
{
|
||
|
"alert": "Configuration Path: `/etc/OliveTin/config.yaml`"
|
||
|
}
|
||
|
]
|
||
|
}
|