From 30b4391d38ef175495bc04dcccf4fecaf9cb2b26 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:06:47 +0100 Subject: [PATCH] Do not merge [dev-test] --- json/koel.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 json/koel.json diff --git a/json/koel.json b/json/koel.json new file mode 100644 index 00000000..048d4ed7 --- /dev/null +++ b/json/koel.json @@ -0,0 +1,34 @@ +{ + "name": "Kimai", + "slug": "kimai", + "categories": [ + 0 + ], + "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": null, + "os": "Debian", + "version": 12 + } + } + ], + "default_credentials": { + "username": "admin@helper-scripts.com", + "password": "helper-scripts.com" + }, + "notes": [] +} \ No newline at end of file