mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
[fix] Remove php7.3-fpm service from requirements and add setting help
This commit is contained in:
parent
fca7738926
commit
49fd50ed91
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.3-fpm",
|
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
@ -74,6 +73,10 @@
|
||||||
"fr": "Est-ce une application publique ?",
|
"fr": "Est-ce une application publique ?",
|
||||||
"de": "Ist es eine öffentliche Applikation ?"
|
"de": "Ist es eine öffentliche Applikation ?"
|
||||||
},
|
},
|
||||||
|
"help": {
|
||||||
|
"en": "If public, it will be open to all visitors like any forum. If private, only the YunoHost server users can access it.",
|
||||||
|
"fr": "Si public, le forum sera accessible à tous, comme pour tout forum. Si privé, seuls les utilisateurs du serveur YunoHost pourront y accéder."
|
||||||
|
},
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue