mirror of
https://github.com/YunoHost-Apps/petitesannonces_ynh.git
synced 2024-09-03 19:56:31 +02:00
51 lines
1.4 KiB
JSON
51 lines
1.4 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~ynh3",
|
|
"url": "https://framagit.org/toitoinebzh/petitesannonces",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"website": "https://framagit.org/toitoinebzh/petitesannonces",
|
|
"demo": "https://demo.example.com",
|
|
"code": "https://framagit.org/toitoinebzh/petitesannonces"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Antoine",
|
|
"email": "antoine@miaou.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|