mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Fixed manifest
This commit is contained in:
parent
7653f8859b
commit
25757fe7be
2 changed files with 3 additions and 2 deletions
|
@ -58,12 +58,13 @@
|
||||||
"example": "yoda"
|
"example": "yoda"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pass",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Password for the admin account (At least 6 characters long)",
|
"en": "Password for the admin account (At least 6 characters long)",
|
||||||
"fr": "Administrateur password (At least 6 characters long)"
|
"fr": "Administrateur password (At least 6 characters long)"
|
||||||
},
|
},
|
||||||
|
"example": "Strong password"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -23,7 +23,7 @@ ynh_abort_if_errors
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$YNH_APP_ARG_PATH
|
path_url=$YNH_APP_ARG_PATH
|
||||||
admin=$YNH_APP_ARG_ADMIN
|
admin=$YNH_APP_ARG_ADMIN
|
||||||
pass=$YNH_APP_ARG_PASS
|
pass=$YNH_APP_ARG_PASSWORD
|
||||||
|
|
||||||
# This is a multi-instance app, meaning it can be installed several times independently
|
# This is a multi-instance app, meaning it can be installed several times independently
|
||||||
# The id of the app as stated in the manifest is available as $YNH_APP_ID
|
# The id of the app as stated in the manifest is available as $YNH_APP_ID
|
||||||
|
|
Loading…
Reference in a new issue