mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-07 05:23:09 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
40 lines
980 B
JSON
40 lines
980 B
JSON
{
|
|
"name": "OliveTin",
|
|
"slug": "olivetin",
|
|
"categories": [10],
|
|
"date_created": "2024-05-02",
|
|
"type": "addon",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 1337,
|
|
"documentation": null,
|
|
"website": "https://www.olivetin.app/",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/olivetin.svg",
|
|
"config_path": "/etc/OliveTin/config.yaml",
|
|
"description": "OliveTin provides a secure and straightforward way to execute pre-determined shell commands through a web-based interface.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/addon/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"
|
|
}
|
|
]
|
|
}
|
|
|