1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00
* 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 <yunohost@yunohost.org>

* 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 <yunohost@yunohost.org>

* Update manifest.toml

* Auto-update README

---------

Co-authored-by: Yunohost-Bot <>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2023-08-21 16:53:01 +02:00 committed by GitHub
parent 32391ef838
commit 8e40ff84b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -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. 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= **Demo:** https://demo.adminer.org/adminer.php?username=

View file

@ -18,7 +18,7 @@ Si vous navez 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. 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= **Démo :** https://demo.adminer.org/adminer.php?username=

View file

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