mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-05 04:03:07 +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>
37 lines
892 B
JSON
37 lines
892 B
JSON
{
|
|
"name": "GLPI",
|
|
"slug": "glpi",
|
|
"categories": [
|
|
25
|
|
],
|
|
"date_created": "2025-01-06",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://glpi-project.org/documentation/",
|
|
"website": "https://glpi-project.org/",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/glpi.svg",
|
|
"config_path": "",
|
|
"description": "GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/glpi.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 10,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "glpi",
|
|
"password": "glpi"
|
|
},
|
|
"notes": []
|
|
}
|
|
|