mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-16 02:47:37 +00:00
Add new LXC: Kimai (#397)
* Add new LXC: Kimai * little tweak, admin instead of username * Update ct/kimai.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/kimai.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/kimai-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/kimai-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/kimai-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update ct/kimai.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/kimai-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Add RELEASE Output Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Remove Sudo from mysql Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Remove Sudo from mysql Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Remove Sudo from mysql Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/kimai.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/kimai.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
34
json/kimai.json
Normal file
34
json/kimai.json
Normal file
@ -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": "7",
|
||||
"os": "Debian",
|
||||
"version": 12
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin@helper-scripts.com",
|
||||
"password": "helper-scripts.com"
|
||||
},
|
||||
"notes": []
|
||||
}
|
Reference in New Issue
Block a user