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
71b7a200bc
commit
c24da0da3a
1 changed files with 6 additions and 2 deletions
|
@ -32,8 +32,12 @@
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/example",
|
"help": {
|
||||||
"default": "/example"
|
"en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp) (The final path will be: path + icecoder).",
|
||||||
|
"fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp) (Le chemin final sera : chemin + icecoder)."
|
||||||
|
},
|
||||||
|
"example": "/var/www/my_webapp",
|
||||||
|
"default": "/var/www/my_webapp"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Add table
Reference in a new issue