1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00
This commit is contained in:
liberodark 2019-09-28 00:21:58 +02:00
parent bcdb5d974f
commit aa825c5887

View file

@ -21,5 +21,17 @@
"nginx", "nginx",
"php5-fpm", "php5-fpm",
"mysql" "mysql"
],
"arguments": {
"install": [{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
] ]
} }
}