ProxmoxVE/json/kimai.json

33 lines
1.1 KiB
JSON
Raw Normal View History

2025-01-17 14:58:51 +00:00
{
2025-01-17 16:01:20 +00:00
"name": "Kimai",
"slug": "kimai",
"categories": [28],
"date_created": "2024-11-20",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": "https://www.kimai.org/documentation/",
"website": "https://www.kimai.org/",
"logo": "https://raw.githubusercontent.com/kimai/images/refs/heads/main/logo-transparent.png",
"description": "Kimai is an open-source time-tracking software designed for freelancers, small teams, and businesses to efficiently track, manage, and analyze work hours. This web-based tool enables users to log their work time with ease, associating entries with specific clients, projects, and tasks.",
"install_methods": [
{
"type": "default",
"script": "ct/kimai.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 7,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin@helper-scripts.com",
"password": "helper-scripts.com"
},
"notes": []
2025-01-17 14:58:51 +00:00
}