Files
ProxmoxVE/frontend/public/json/alpine-it-tools.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2025-01-30 10:55:09 +01:00
{
2025-01-30 13:55:53 +01:00
"name": "Alpine-IT-Tools",
"slug": "alpine-it-tools",
2025-01-30 10:55:09 +01:00
"categories": [
2025-05-07 10:40:49 +02:00
20
2025-01-30 10:55:09 +01:00
],
"date_created": "2025-01-30",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": null,
2025-01-30 11:33:59 +01:00
"website": "https://it-tools.tech/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/it-tools.webp",
"config_path": "",
2025-01-30 10:55:09 +01:00
"description": "IT-Tools is a web-based suite of utilities designed to streamline and simplify various IT tasks, providing tools for developers and system administrators to manage their workflows efficiently.",
"install_methods": [
2025-05-07 10:40:49 +02:00
{
"type": "default",
"script": "ct/alpine-it-tools.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.5,
"os": "alpine",
"version": "3.21"
2025-01-30 10:55:09 +01:00
}
2025-05-07 10:40:49 +02:00
},
{
"type": "alpine",
"script": "ct/alpine-it-tools.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.5,
"os": "alpine",
"version": "3.21"
}
}
2025-01-30 10:55:09 +01:00
],
"default_credentials": {
2025-05-07 10:40:49 +02:00
"username": null,
"password": null
2025-01-30 10:55:09 +01:00
},
"notes": []
}