mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Updated default path to $app, removed example user as yunohost enforce existing yuonohost user
This commit is contained in:
parent
32f974c852
commit
ba7d671a00
1 changed files with 3 additions and 4 deletions
|
@ -26,15 +26,14 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for DotClear 2"
|
"en": "Choose a path for DotClear 2"
|
||||||
},
|
},
|
||||||
"example": "/dc",
|
"example": "/dotclear2",
|
||||||
"default": "/dc"
|
"default": "/dotclear2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a yunohost user as dotclear admin"
|
"en": "Choose a yunohost user as dotclear admin"
|
||||||
},
|
}
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
|
|
Loading…
Add table
Reference in a new issue