1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
moncycle_ynh/manifest.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2023-01-17 17:45:54 +01:00
{
2023-01-23 12:59:09 +01:00
"name": "Moncycle",
"id": "moncycle",
2023-01-17 17:45:54 +01:00
"packaging_format": 1,
"description": {
2023-01-23 12:59:09 +01:00
"en": "Menstrual cycle follow-up for natural family planning",
"fr": "Suivi de cycle pour les méthodes naturelles de régulation de naissance"
2023-01-17 17:45:54 +01:00
},
2023-01-19 20:02:20 +01:00
"version": "7.0~ynh1",
"url": "https://moncycle.app",
2023-01-17 17:45:54 +01:00
"upstream": {
2023-01-19 20:02:20 +01:00
"license": "CC-BY-NC-SA-4.0",
"website": "https://moncycle.app",
"demo": "https://tableau.moncycle.app/connexion.php?email1=demo@moncycle.app&mdp=demo",
"admindoc": "https://github.com/jean-io/moncycle.app",
"userdoc": "https://www.moncycle.app",
"code": "https://github.com/jean-io/moncycle.app"
2023-01-17 17:45:54 +01:00
},
2023-01-19 20:02:20 +01:00
"license": "CC-BY-NC-SA-4.0",
2023-01-17 17:45:54 +01:00
"maintainer": {
2023-01-19 20:02:20 +01:00
"name": "Raoul de Limezy"
2023-01-17 17:45:54 +01:00
},
"requirements": {
"yunohost": ">= 11.0.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2023-01-23 12:59:09 +01:00
"example": "/moncycle",
"default": "/moncycle"
2023-01-17 17:45:54 +01:00
},
{
"name": "is_public",
"type": "boolean",
2023-01-19 20:02:20 +01:00
"default": false
2023-01-17 17:45:54 +01:00
}
]
}
}