mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Update manifest.toml
This commit is contained in:
parent
6fe546992b
commit
3e44ab734f
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ admindoc = "https://www.dokuwiki.org/manual"
|
|||
code = "https://github.com/dokuwiki/dokuwiki"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.19"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = true
|
||||
|
@ -46,7 +46,7 @@ ram.runtime = "50M"
|
|||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = ["en", "fr"]
|
||||
default = "en"
|
||||
|
||||
|
@ -70,4 +70,4 @@ ram.runtime = "50M"
|
|||
admin.allowed = "admins"
|
||||
|
||||
[resources.apt]
|
||||
packages = "php8.1-xml php8.1-ldap php8.1-gd php8.1-cli"
|
||||
packages = "php8.1-xml, php8.1-ldap, php8.1-gd, php8.1-cli"
|
||||
|
|
Loading…
Add table
Reference in a new issue