2019-08-27 14:42:40 +02:00
|
|
|
{
|
|
|
|
"name": "phpIPAM",
|
|
|
|
"id": "phpipam",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "phpIPAM package for YunoHost.",
|
|
|
|
"fr": "phpIPAM pour YunoHost."
|
|
|
|
},
|
2021-07-06 10:49:25 +02:00
|
|
|
"version": "1.4.3~ynh1",
|
2019-08-27 14:42:40 +02:00
|
|
|
"url": "https://phpipam.net/",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "liberodark",
|
|
|
|
"email": "liberodark@gmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-07-06 10:49:25 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2019-08-27 14:42:40 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-07-06 10:49:25 +02:00
|
|
|
"php7.3-fpm",
|
2019-08-27 14:42:40 +02:00
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/phpipam",
|
|
|
|
"default": "/phpipam"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2021-07-06 10:49:25 +02:00
|
|
|
"default": true
|
2019-08-27 14:42:40 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|