Delete manifest.json
This commit is contained in:
parent
f356e6abd3
commit
0f0e7cfde5
1 changed files with 0 additions and 54 deletions
|
@ -1,54 +0,0 @@
|
|||
{
|
||||
"name": "LibreQR",
|
||||
"id": "qr",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Web interface for generating QR codes",
|
||||
"fr": "Interface Web pour générer des codes QR"
|
||||
},
|
||||
"version": "2.0.0~ynh2",
|
||||
"url": "https://code.antopie.org/miraty/libreqr",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"website": "https://code.antopie.org/miraty/libreqr",
|
||||
"demo": "https://qr.antopie.org",
|
||||
"code": "https://code.antopie.org/miraty/libreqr"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
"name": "Miraty",
|
||||
"email": "miraty+ynh@antopie.org",
|
||||
"url": "https://miraty.antopie.org"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 11"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"example": "/qr",
|
||||
"default": "/"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"help": {
|
||||
"en": "If enabled, the application can be used without authentifying with a YunoHost account.",
|
||||
"fr": "Si activé, l'application pourra être utilisée sans s'authentifier avec un compte YunoHost."
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue