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]
|
[integration]
|
||||||
yunohost = ">= 11.0.0"
|
yunohost = ">= 11.1.18"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
|
|
||||||
|
@ -94,14 +94,11 @@ ram.runtime = "500M"
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue