1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-04-30 12:10:27 +02:00
parent abcc0a9f5c
commit fa303dfd79

View file

@ -23,7 +23,7 @@ code = "https://github.com/bonfire-networks/bonfire-app"
[integration] [integration]
yunohost = ">= 11.0.0" yunohost = ">= 11.1.18"
multi_instance = false multi_instance = false
architectures = "all" architectures = "all"
@ -78,30 +78,27 @@ ram.runtime = "500M"
[install.media_upload_size] [install.media_upload_size]
type = "string" type = "string"
choices = [ choices = [
"1MB", "1MB",
"2MB", "2MB",
"5MB", "5MB",
"10MB", "10MB",
"15MB", "15MB",
"20MB", "20MB",
"35MB", "35MB",
"50MB", "50MB",
"100MB", "100MB",
"150MB" "150MB"
] ]
default = "20MB" default = "20MB"
ask.en = "Maximum size of the media uploaded. Can be changed later." ask.en = "Maximum size of the media uploaded. Can be changed later."
ask.fr = "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement." ask.fr = "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement."
[resources] [resources]
#[resources.data_dir]
# This will create/remove the data dir as /home/yunohost.app/$app
# and store the corresponding setting $data_dir
#TODO
[resources.ports] [resources.ports]
# This will pick a random port for reverse-proxying and store it as the $port setting
[resources.apt]
packages = "postgresql"
[resources.database] [resources.database]
# This will automatically provision/deprovison a mysql DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
type = "postgresql" type = "postgresql"