mirror of
https://github.com/YunoHost-Apps/adminer_ynh.git
synced 2024-09-03 18:06:06 +02:00
Update manifest.toml
This commit is contained in:
parent
a4603c801b
commit
3ba0bcf081
1 changed files with 8 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue