ProxmoxVE/json/olivetin.json

38 lines
1004 B
JSON
Raw Normal View History

{
"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`"
}
]
}