mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update manifest.toml
This commit is contained in:
parent
78fd0317cc
commit
88bc2511f2
1 changed files with 4 additions and 8 deletions
|
@ -4,8 +4,6 @@ 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.2.1~ynh1"
|
||||
|
||||
|
@ -46,8 +44,6 @@ ram.runtime = "50M"
|
|||
[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
|
||||
|
||||
|
@ -66,10 +62,10 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
#teamlead.url = "/"
|
||||
#admin.url = "/"
|
||||
#super_admin.url = "/"
|
||||
#super_admin.allowed = "admins"
|
||||
teamlead.url = "/"
|
||||
admin.url = "/"
|
||||
super_admin.url = "/"
|
||||
super_admin.allowed = "admins"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server, php8.2-gd, php8.2-intl, php8.2-mbstring, php8.2-pdo, php8.2-zip, php8.2-xml, php8.2-xsl, php8.2-ldap, php8.2-mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue