From 8e40ff84b57ee16d6d082e94fc98a494ab60515c Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:53:01 +0200 Subject: [PATCH] Testing (#25) * 4.8.1 (#15) * 4.8.1 * Add template * Auto-update README * Only admin (#17) * Fix * Update install * Fix * fix * Update install * Fix * Update upgrade * fix * Update upgrade * Update upgrade * Update upgrade * Update upgrade * cleaning up * Update upgrade * Update check_process * 4.3 * Update upgrade * Update upgrade * cleaning up * Bump manifest version * Auto-update README * Add config * Auto-update README * Update manifest.json * Auto-update README * Auto-update README * Upgrade package (#21) * set client_max_body_size * Auto-update README Co-authored-by: yunohost-bot * Version 2 (#23) * v2 * Auto-update README * v2 * Auto-update README * Update tests.toml * Update manifest.toml * fix * Update manifest.toml * Auto-update README * Update upgrade --------- Co-authored-by: yunohost-bot * Update manifest.toml * Auto-update README --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: Alexandre Aubin Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3e25c90..6371b14 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin. -**Shipped version:** 4.8.1~ynh5 +**Shipped version:** 4.8.1~ynh6 **Demo:** https://demo.adminer.org/adminer.php?username= diff --git a/README_fr.md b/README_fr.md index 9c5e77c..37777a7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Adminer (anciennement phpMinAdmin) est un outil de gestion de base de données complet écrit en PHP. À l'inverse de phpMyAdmin, il se compose d'un seul fichier prêt à être déployé sur le serveur cible. Adminer est disponible pour MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB et autres via un plugin. -**Version incluse :** 4.8.1~ynh5 +**Version incluse :** 4.8.1~ynh6 **Démo :** https://demo.adminer.org/adminer.php?username= 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"