1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00
firefly-iii_ynh/manifest.json

67 lines
1.9 KiB
JSON
Raw Normal View History

2018-06-17 00:50:26 +02:00
{
"name": "Firefly3",
"id": "firefly3",
"packaging_format": 1,
"description": {
"en": "Firefly3 package for YunoHost."
},
"version": "4.7.4",
"url": "https://firefly-iii.org/",
"license": "GPL v3",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
"url": "https://datamol.org"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php7.2-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Firefly3",
"fr": "Choisissez un nom de domaine pour Firefly3"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Firefly3",
"fr": "Choisissez un chemin pour Firefly3"
},
"example": "/example",
"default": "/firefly"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user(Should be a YunoHost registered user)",
"fr": "Choisissez ladministrateur(Should be a YunoHost registered user)"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}