1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Merge pull request #8 from YunoHost-Apps/testing

Update manifest.toml
This commit is contained in:
Papa Dragon 2023-09-01 21:17:35 +02:00 committed by GitHub
commit def1a2f42f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ license = "Unlicense"
code = "https://codeberg.org/streams/streams"
[integration]
yunohost = ">= 11.1.21"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
@ -29,6 +29,10 @@ ram.runtime = "50M"
help.fr = "Votre site web ne peut être installé que dans un domaine racine ou un sous-domaine"
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
@ -52,10 +56,9 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.allowed = "visitors"
[resources.apt]
packages = "php8.2-mbstring php8.2-cli php8.2-imagick php8.2-xml php8.2-zip php8.2-curl php8.2-ldap php8.2-json php8.2-gd mariadb-server php8.2-mysql"
packages = "php8.2-mbstring php8.2-cli php8.2-imagick php8.2-xml php8.2-zip php8.2-curl php8.2-ldap php8.2-gd mariadb-server php8.2-mysql"
[resources.database]
type = "mysql"