diff --git a/manifest.toml b/manifest.toml index d238722..1e52c02 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "Unlicense" code = "https://codeberg.org/streams/streams" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -29,6 +29,10 @@ ram.runtime = "50M" help.fr = "Votre site web ne peut ĂȘtre installĂ© que dans un domaine racine ou un sous-domaine" type = "domain" + [install.init_main_permission] + type = "group" + default = "visitors" + [install.admin] type = "user" @@ -52,10 +56,9 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - main.allowed = "visitors" [resources.apt] - packages = "php8.2-mbstring php8.2-cli php8.2-imagick php8.2-xml php8.2-zip php8.2-curl php8.2-ldap php8.2-json php8.2-gd mariadb-server php8.2-mysql" + packages = "php8.2-mbstring php8.2-cli php8.2-imagick php8.2-xml php8.2-zip php8.2-curl php8.2-ldap php8.2-gd mariadb-server php8.2-mysql" [resources.database] type = "mysql"