[PR #397] [MERGED] New Script: Kimai #2581

Closed
opened 2026-02-05 05:03:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/397
Author: @MickLesk
Created: 11/20/2024
Status: Merged
Merged: 11/22/2024
Merged by: @newzealandpaul

Base: mainHead: kimai-lxc


📝 Commits (10+)

📊 Changes

3 files changed (+245 additions, -0 deletions)

View changed files

ct/kimai.sh (+104 -0)
install/kimai-install.sh (+107 -0)
json/kimai.json (+34 -0)

📄 Description

Description

Add new LXC Kimai.

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.

Request
Fixes https://github.com/community-scripts/ProxmoxVE/issues/387

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

Some Improvements. (Ignore the systemd error, its my dev branch with some changes)

image

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/397 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/22/2024 **Merged by:** [@newzealandpaul](https://github.com/newzealandpaul) **Base:** `main` ← **Head:** `kimai-lxc` --- ### 📝 Commits (10+) - [`cc3616a`](https://github.com/community-scripts/ProxmoxVE/commit/cc3616ae513aaf1fac63f7382737286c106ed7c5) Add new LXC: Kimai - [`f389878`](https://github.com/community-scripts/ProxmoxVE/commit/f3898783e303e2b3f394c920fb2c8ad505484c6e) little tweak, admin instead of username - [`7930857`](https://github.com/community-scripts/ProxmoxVE/commit/7930857fcc7151065ed3d09f2a48a9752b510f0c) Update ct/kimai.sh - [`198f314`](https://github.com/community-scripts/ProxmoxVE/commit/198f3147e16058fbda8930d5896503ef338b3de0) Update json/kimai.json - [`4776063`](https://github.com/community-scripts/ProxmoxVE/commit/47760631ba3be8e02d90af79b2862e16da852dc5) Update install/kimai-install.sh - [`9dcec0e`](https://github.com/community-scripts/ProxmoxVE/commit/9dcec0e0ceb1c8d80eeb1487edb454c3e0ca4385) Update install/kimai-install.sh - [`402d32b`](https://github.com/community-scripts/ProxmoxVE/commit/402d32b4364d8e8b346d0b2a41aa70dd8379524b) Update install/kimai-install.sh - [`8f31d8b`](https://github.com/community-scripts/ProxmoxVE/commit/8f31d8bc7f1005c39e4599d0a411c7c2f8e623e9) Update ct/kimai.sh - [`18820d3`](https://github.com/community-scripts/ProxmoxVE/commit/18820d36b2e1097b3933a3bfacc1ee1005b67f70) Update install/kimai-install.sh - [`c0c5ab0`](https://github.com/community-scripts/ProxmoxVE/commit/c0c5ab0349d3e952f0ca4ad390d4f7b12473e08a) Add RELEASE Output ### 📊 Changes **3 files changed** (+245 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/kimai.sh` (+104 -0) ➕ `install/kimai-install.sh` (+107 -0) ➕ `json/kimai.json` (+34 -0) </details> ### 📄 Description ## Description Add new LXC Kimai. 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. **Request** Fixes https://github.com/community-scripts/ProxmoxVE/issues/387 ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Some Improvements. (Ignore the systemd error, its my dev branch with some changes) ![image](https://github.com/user-attachments/assets/ae711bb7-744d-4b0d-97c0-ba2c9232b553) ![image](https://github.com/user-attachments/assets/17cdf5e2-28cd-4c77-a6b5-21946c7f243c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:03:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2581