1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00
adminer_ynh/manifest.toml
eric_G 8e40ff84b5
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 <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>
2023-08-21 16:53:01 +02:00

52 lines
952 B
TOML

packaging_format = 2
id = "adminer"
name = "Adminer"
description.en = "Database management tool"
description.fr = "Gestionnaire de base de données"
version = "4.8.1~ynh6"
maintainers = [ ]
[upstream]
license = "Apache-2.0"
website = "https://www.adminer.org/"
demo = "https://demo.adminer.org/adminer.php?username="
code = "https://github.com/vrana/adminer/"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "100M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/adminer"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.2-mysql php8.2-sqlite3 php8.2-pgsql"