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:
parent
abcc0a9f5c
commit
fa303dfd79
1 changed files with 16 additions and 19 deletions
|
@ -23,7 +23,7 @@ code = "https://github.com/bonfire-networks/bonfire-app"
|
|||
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.0.0"
|
||||
yunohost = ">= 11.1.18"
|
||||
multi_instance = false
|
||||
architectures = "all"
|
||||
|
||||
|
@ -78,30 +78,27 @@ ram.runtime = "500M"
|
|||
[install.media_upload_size]
|
||||
type = "string"
|
||||
choices = [
|
||||
"1MB",
|
||||
"2MB",
|
||||
"5MB",
|
||||
"10MB",
|
||||
"15MB",
|
||||
"20MB",
|
||||
"35MB",
|
||||
"50MB",
|
||||
"100MB",
|
||||
"150MB"
|
||||
]
|
||||
"1MB",
|
||||
"2MB",
|
||||
"5MB",
|
||||
"10MB",
|
||||
"15MB",
|
||||
"20MB",
|
||||
"35MB",
|
||||
"50MB",
|
||||
"100MB",
|
||||
"150MB"
|
||||
]
|
||||
default = "20MB"
|
||||
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."
|
||||
|
||||
[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]
|
||||
# This will pick a random port for reverse-proxying and store it as the $port setting
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql"
|
||||
|
||||
[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"
|
||||
|
|
Loading…
Reference in a new issue