ProxmoxVE/json/olivetin.json

39 lines
1.0 KiB
JSON
Raw Permalink Normal View History

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