2023-01-17 17:45:54 +01:00
|
|
|
{
|
2023-01-19 20:02:20 +01:00
|
|
|
"name": "Moncycle.app",
|
|
|
|
"id": "moncycle_app",
|
2023-01-17 17:45:54 +01:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2023-01-19 20:02:20 +01:00
|
|
|
"en": "Menstrual cycle follow-up application for natural family planning",
|
|
|
|
"fr": "Application de 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",
|
|
|
|
"example": "/example",
|
|
|
|
"default": "/example"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2023-01-19 20:02:20 +01:00
|
|
|
"default": false
|
2023-01-17 17:45:54 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|