diff --git a/manifest.toml b/manifest.toml index 17778ba..82e82f2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,9 @@ name = "Adminer" description.en = "Database management tool" description.fr = "Gestionnaire de base de données" -version = "4.8.1~ynh5" +version = "4.8.1~ynh6" -maintainers = ["Anmol Sharma"] +maintainers = [ ] [upstream] license = "Apache-2.0" @@ -16,7 +16,7 @@ demo = "https://demo.adminer.org/adminer.php?username=" code = "https://github.com/vrana/adminer/" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -33,6 +33,10 @@ ram.runtime = "50M" type = "path" default = "/adminer" + [install.init_main_permission] + type = "group" + default = "visitors" + [install.admin] type = "user" @@ -45,4 +49,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.0-mysql php8.0-sqlite3 php8.0-pgsql" + packages = "php8.2-mysql php8.2-sqlite3 php8.2-pgsql"