mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
66 lines
1.3 KiB
TOML
66 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "adminer"
|
|
name = "Adminer"
|
|
description.en = "Database management tool"
|
|
description.fr = "Gestionnaire de base de données"
|
|
|
|
version = "4.8.4~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://docs.adminerevo.org/"
|
|
demo = "https://demo.adminer.org/adminer.php?username="
|
|
code = "https://github.com/adminerevo/adminerevo"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.29"
|
|
helpers_version = "2.1"
|
|
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.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/adminerevo/adminerevo/releases/download/v4.8.4/adminer-4.8.4.php"
|
|
sha256 = "e9a9bc2cc2ac46d6d92f008de9379d2b21a3764a5f8956ed68456e190814b149"
|
|
rename= "index.php"
|
|
in_subdir = false
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
group = "www-data:r-x"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.3-mysql, php8.3-sqlite3, php8.3-pgsql"
|