1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00
kimai2_ynh/manifest.toml
eric_G 15cbaa3b30
Testing (#113)
* Upgrade to v2.19.1 (#109)

* Upgrade sources
- `main` v2.19.1: https://github.com/kevinpapst/kimai2/releases/tag/2.19.1

* Auto-update READMEs

* Update manifest.toml (#107)

Upgrade php to v8.3

* Update manifest.toml

* Auto-update READMEs

* Update backup

* cleaning

* Upgrade to v2.20.1 (#112)

* Upgrade sources
- `main` v2.20.1: https://github.com/kevinpapst/kimai2/releases/tag/2.20.1

* Auto-update READMEs

* Auto-update READMEs

* Keep logs and plugins (#114)

* Update upgrade

Update files to keep during upgrade

* Update manifest.toml

Update APT sources

---------

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2024-08-24 19:08:15 +02:00

97 lines
2.4 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "kimai2"
name = "Kimai2"
description.en = "Multi-user application for time-tracking with support for mobile devices"
description.fr = "Application multi-utilisateurs de suivi du temps compatible avec les appareils mobiles"
description.de = "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte"
description.cs = "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení"
version = "2.20.1~ynh1"
maintainers = []
[upstream]
license = "MIT"
website = "https://www.kimai.org"
demo = "https://www.kimai.org/demo/"
admindoc = "https://www.kimai.org/documentation/"
code = "https://github.com/kevinpapst/kimai2"
cpe = "cpe:2.3:a:kimai:kimai_2"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "50M"
ram.build = "500M"
ram.runtime = "80M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.registration]
ask.en = "Are new users allowed to register?"
ask.fr = "Est-ce que de nouveaux utilisateurs peuvent s'y inscrire ?"
ask.de = "Sollen sich neue Benutzer selber registrieren können ?"
ask.cs = "Mohou se noví uživatelé registrovat?"
type = "boolean"
default = false
[resources]
[resources.sources.main]
url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.20.1.tar.gz"
sha256 = "4bdeafaed831061c6981cb8059a9458564cde6ea8a49e359edbb3b41ebbdbbb3"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
# Non-web, LDAP groups
teamlead.allowed = ""
admin.allowed = "admins"
super_admin.allowed = "admins"
[resources.apt]
packages = [
"php8.3-gd",
"php8.3-intl",
"php8.3-json",
"php8.3-mbstring",
"php8.3-pdo",
"php8.3-tokenizer",
"php8.3-xml",
"php8.3-zip",
"php8.3-xsl",
"php8.3-ldap",
"php8.3-mysql",
"mariadb-server",
]
[resources.database]
type = "mysql"