mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Update manifest.json
This commit is contained in:
parent
1108bcd650
commit
d99e72bd84
1 changed files with 8 additions and 6 deletions
|
@ -32,12 +32,14 @@
|
|||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"help": {
|
||||
"en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp).",
|
||||
"fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp)."
|
||||
},
|
||||
"example": "/var/www/my_webapp/www/icecoder",
|
||||
"default": "/var/www/my_webapp/www/icecoder"
|
||||
"example": "/example",
|
||||
"default": "/example"
|
||||
},
|
||||
{
|
||||
"name": "internal_path",
|
||||
"type": "path",
|
||||
"example": "/var/www/my_webapp/www",
|
||||
"default": "/var/www/my_webapp/www"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue