mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update manifest.json
This commit is contained in:
parent
b9471b9f99
commit
4175544a84
1 changed files with 11 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
"name": "Lstu",
|
||||
"id": "lstu",
|
||||
"packaging_format": 1,
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.4"
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.7.2"
|
||||
},
|
||||
"description": {
|
||||
"en": "URL Shortener",
|
||||
|
@ -40,6 +40,15 @@
|
|||
"example": "/lstu",
|
||||
"default": "/lstu"
|
||||
},
|
||||
{
|
||||
"name": "admin_pass",
|
||||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Set the password for the SFTP access. ≥ 5 character",
|
||||
"fr": "Définissez le mot de passe pour l'accès SFTP. ≥ cinq charactères"
|
||||
},
|
||||
"example": "myreallystrengthpassword"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Add table
Reference in a new issue