1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
webtrees_ynh/manifest.json

89 lines
2.8 KiB
JSON
Raw Normal View History

{
"name": "Webtrees",
"id": "webtrees",
"packaging_format": 1,
"description": {
2020-07-30 18:44:39 +02:00
"en": "This app is a free open source web-based genealogy application.",
"fr": "Cette application est un logiciel libre de généalogie en ligne."
},
2020-10-16 10:54:10 +02:00
"version":"2.0.9~ynh1",
"url": "https://www.webtrees.net",
2019-12-07 18:41:23 +01:00
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Anmol Sharma",
2018-09-01 16:33:40 +02:00
"email": "anmol@datamol.org"
},
"requirements": {
2020-07-30 19:21:42 +02:00
"yunohost": ">= 4.0"
},
"multi_instance": true,
"services": [
2020-07-30 18:44:39 +02:00
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2018-09-11 11:38:35 +02:00
"en": "Choose a domain name for Webtrees",
"fr": "Choisissez un domaine pour Webtrees"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
2018-09-11 11:38:35 +02:00
"en": "Choose a path for Webtrees",
"fr": "Choisissez un chemin pour Webtrees"
},
2019-04-18 04:50:10 +02:00
"example": "/webtrees",
"default": "/webtrees"
},
{
"name": "username",
2019-12-07 18:35:58 +01:00
"type": "string",
"ask": {
2018-09-11 11:38:35 +02:00
"en": "Choose an admin username (Not a LDAP User)",
"fr": "Choisissez un nom d'utilisateur pour l'administrateur de Webtrees (ne doit pas être un utilisateur YunoHost existant)"
},
"example": "john"
},
{
"name": "name",
2019-12-07 18:35:58 +01:00
"type": "string",
"ask": {
2018-09-11 11:38:35 +02:00
"en": "Name of the user (Not a LDAP User)",
"fr": "Nom de cet utilisateur"
},
"example": "john doe"
},
{
"name": "email",
2019-12-07 18:35:58 +01:00
"type": "string",
"ask": {
2018-09-11 11:38:35 +02:00
"en": "Admin email (All the new registration will be sent on this email)",
"fr": "Adresse email de l'administrateur (Toutes les nouvelles inscriptions seront envoyées à cette adresse)"
},
"example": "admin@example.com"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
2018-09-11 11:38:35 +02:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
2019-12-18 16:44:42 +01:00
"help": {
"en": "If checked, the app will be public",
"fr": "Si cochée, votre application sera publique"
},
"default": true
}
]
}
}