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",
|
"name": "Lstu",
|
||||||
"id": "lstu",
|
"id": "lstu",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.4"
|
"yunohost": ">= 2.7.2"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "URL Shortener",
|
"en": "URL Shortener",
|
||||||
|
@ -40,6 +40,15 @@
|
||||||
"example": "/lstu",
|
"example": "/lstu",
|
||||||
"default": "/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",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Add table
Reference in a new issue