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

46 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-12 16:13:50 +01:00
{
"name": "PetitesAnnonces",
"id": "petitesannonces",
"packaging_format": 1,
"description": {
"en": "Make your own classified advertising website easily.",
"fr": "Grâce à cet outil, créer simplement et rapidement votre site de Petites Annonces."
},
2021-03-20 16:05:24 +01:00
"version": "0.1.0~ynh3",
2020-01-12 16:13:50 +01:00
"url": "https://framagit.org/toitoinebzh/petitesannonces",
2020-01-12 18:32:52 +01:00
"license": "AGPL-3.0-or-later",
2020-01-12 16:13:50 +01:00
"maintainer": {
"name": "Antoine",
"email": "antoine@miaou.org"
},
"requirements": {
2021-03-20 16:05:24 +01:00
"yunohost": ">= 4.1.7"
2020-01-12 16:13:50 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-03-20 16:05:24 +01:00
"php7.3-fpm",
2020-01-12 16:13:50 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/annonces",
"default": "/annonces"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}