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

63 lines
1.2 KiB
TOML
Raw Normal View History

packaging_format = 2
id = "adminer"
name = "Adminer"
description.en = "Database management tool"
description.fr = "Gestionnaire de base de données"
2024-08-29 09:58:09 +02:00
version = "4.8.4~ynh1"
2024-06-02 11:52:57 +02:00
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]
2024-08-29 09:58:09 +02:00
yunohost = ">= 11.2.27"
architectures = "all"
multi_instance = true
2024-06-02 11:52:57 +02:00
ldap = false
2024-06-02 11:52:57 +02:00
sso = false
2024-06-02 11:52:57 +02:00
disk = "50M"
ram.build = "100M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/adminer"
2023-08-21 16:20:38 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
2024-08-29 09:58:09 +02:00
[resources.sources]
[resources.sources.main]
url = "https://github.com/adminerevo/adminerevo/releases/download/v4.8.4/adminer-4.8.4.php"
sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
2024-08-29 09:58:09 +02:00
packages = "php8.3-mysql, php8.3-sqlite3, php8.3-pgsql"