1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00
This commit is contained in:
Éric Gaspar 2023-02-17 19:31:05 +01:00
parent c946a8cceb
commit 494c6e1002
2 changed files with 8 additions and 8 deletions

View file

@ -20,8 +20,8 @@ code = "https://github.com/omeka/omeka-s"
yunohost = ">= 11.1.7"
architectures = "all"
multi_instance = true
ldap = "?"
sso = "?"
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
@ -35,8 +35,8 @@ ram.runtime = "50M"
default = "/omeka"
[install.init_main_permission]
help.en = "If enabled, Omeka S will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Omeka S sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
help.en = "With 'Visitors' permission, Omeka S will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Avec la permission 'Visiteurs', Omeka S sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
@ -50,8 +50,8 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "imagemagick php8.1-mysql php8.1-gd php8.1-mbstring php8.1-xml"
[resources.database]
type = "mysql"
[resources.apt]
packages = "imagemagick php8.0-mysql php8.0-gd php8.0-mbstring php8.0-xml"

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.0"
YNH_PHP_VERSION="8.1"
#=================================================
# PERSONAL HELPERS