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

Set proper YunoHost permissions in manifest.toml

This commit is contained in:
dragondaddy 2023-07-31 12:20:40 +02:00
parent 59d002781c
commit 1119852466

View file

@ -11,7 +11,6 @@ maintainers = ["Papa Dragon"]
[upstream] [upstream]
license = "Public Domain" license = "Public Domain"
website = ""
code = "https://codeberg.org/streams/streams" code = "https://codeberg.org/streams/streams"
[integration] [integration]
@ -29,17 +28,13 @@ ram.runtime = "50M"
type = "domain" type = "domain"
full_domain = true full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin] [install.admin]
type = "user" type = "user"
[install.database] [install.database]
ask.en = "Choose your database" ask.en = "Choose your database"
ask.fr = "Choisissez votre base de données" ask.fr = "Choisissez votre base de données"
type = "string" type = "select"
choices = ["mysql", "postgresql"] choices = ["mysql", "postgresql"]
default = "mysql" default = "mysql"
@ -59,6 +54,7 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.allowed = "visitors"
[resources.apt] [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" 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"