mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Update manifest.toml
This commit is contained in:
parent
03d5d732cd
commit
42bc6bd315
1 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,7 @@ cpe = "cpe:2.3:a:phpmyadmin:phpmyadmin"
|
||||||
fund = "https://www.phpmyadmin.net/donate/"
|
fund = "https://www.phpmyadmin.net/donate/"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.0.9"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -32,11 +32,9 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.path]
|
[install.path]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/phpmyadmin"
|
default = "/phpmyadmin"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue