1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/petitesannonces_ynh.git synced 2024-09-03 19:56:31 +02:00
petitesannonces_ynh/manifest.json
2022-09-10 21:06:15 +02:00

49 lines
1.3 KiB
JSON

{
"name": "PetitesAnnonces",
"id": "petitesannonces",
"packaging_format": 1,
"description": {
"en": "Make your own classified advertising website easily",
"fr": "Créer simplement et rapidement votre site de Petites Annonces"
},
"version": "0.1.0~ynh2",
"url": "https://framagit.org/toitoinebzh/petitesannonces",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://framagit.org/toitoinebzh/petitesannonces",
"code": "https://framagit.org/toitoinebzh/petitesannonces"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Antoine",
"email": "antoine@miaou.org"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/annonces",
"default": "/annonces"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}