From 3ba0bcf081f9ad36c5f9d240ee80f121cad7a4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:20:38 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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"