1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

Merge branch 'testing' into pr/6

This commit is contained in:
Éric Gaspar 2023-11-14 15:10:08 +01:00
commit 104724906b

View file

@ -16,7 +16,7 @@ admindoc = "https://www.openproject.org/docs/"
code = "https://github.com/opf/openproject"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
@ -28,7 +28,6 @@ ram.runtime = "1500M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "Set to visitors, Openproject could be less secure depending on your configuration, but it can allow visitors to participate to project management."
@ -39,7 +38,7 @@ ram.runtime = "1500M"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
type = "select"
choices = ["fr", "en"]
default = "en"