mirror of
https://github.com/YunoHost-Apps/psitransfer_ynh.git
synced 2024-09-03 20:16:06 +02:00
Create manifest.json
This commit is contained in:
parent
1c98492066
commit
0b0109886b
1 changed files with 65 additions and 0 deletions
65
manifest.json
Normal file
65
manifest.json
Normal file
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"name": "PSITransfer",
|
||||
"id": "psitransfer",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Transfer files or images without problem",
|
||||
"fr": "Transférer des fichiers sans soucis"
|
||||
},
|
||||
"version": "1.12.0",
|
||||
"url": "https://psi.cx/tags/PsiTransfer/",
|
||||
"license": "GPLv3",
|
||||
"maintainer": {
|
||||
"name": "frju365",
|
||||
"email": "win10@tutanota.com",
|
||||
"url": "https://github.com/frju365/psitransfer_ynh"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for PSITransfer",
|
||||
"fr": "Choisissez un nom de domaine pour PSITransfer"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for PSITransfer, only / is allowed.",
|
||||
"fr": "Choisissez un chemin pour PSITransfer, seul / est autorisé."
|
||||
},
|
||||
"example": "/",
|
||||
"default": "/"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public site? ",
|
||||
"fr": "Est-ce un site publique ? "
|
||||
},
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Choose an admin password.",
|
||||
"fr": "Choisissez un mot de passe d'administration."
|
||||
},
|
||||
"example": "super_secret_password"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue