- Fix service instance management to use global instance for stopping autosync - Add automatic saving when toggle is changed (no manual save required) - Fix validation issue where custom sync type without cron expression caused 400 error - Add comprehensive debugging and error handling - Ensure .env file is properly updated with AUTO_SYNC_ENABLED value - Improve service lifecycle management with proper state cleanup - Add fallback logic for invalid sync interval configurations Resolves issue where disabling autosync in GUI didn't update .env file or stop service
35 lines
875 B
JSON
35 lines
875 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://cdn.jsdelivr.net/gh/selfhst/icons/webp/glpi.webp",
|
|
"config_path": "/etc/glpi",
|
|
"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": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "glpi",
|
|
"password": "glpi"
|
|
},
|
|
"notes": []
|
|
} |