1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpipam_ynh.git synced 2024-09-03 19:56:39 +02:00
phpipam_ynh/manifest.json
liberodark efae72badf up
2019-08-27 14:42:40 +02:00

58 lines
1.5 KiB
JSON

{
"name": "phpIPAM",
"id": "phpipam",
"packaging_format": 1,
"description": {
"en": "phpIPAM package for YunoHost.",
"fr": "phpIPAM pour YunoHost."
},
"version": "1.4",
"url": "https://phpipam.net/",
"license": "GPL-3.0",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for phpIPAM",
"fr": "Choisissez un nom de domaine pour phpIPAM"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for phpIPAM /phpipam is accepted",
"fr": "Choisissez un chemin pour phpIPAM /phpipam est accepté"
},
"example": "/phpipam",
"default": "/phpipam"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}