mirror of
https://github.com/YunoHost-Apps/phpipam_ynh.git
synced 2024-09-03 19:56:39 +02:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "phpIPAM",
|
|
"id": "phpipam",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Web IP address management application",
|
|
"fr": "Application web de gestion d'adresses IP"
|
|
},
|
|
"version": "1.5.2~ynh1",
|
|
"url": "https://phpipam.net/",
|
|
"upstream": {
|
|
"license": "GPL-3.0-only",
|
|
"website": "https://phpipam.net",
|
|
"demo": "http://demo.phpipam.net",
|
|
"admindoc": "https://phpipam.net/documents/",
|
|
"code": "https://github.com/phpipam/phpipam"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "liberodark",
|
|
"email": "liberodark@gmail.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/phpipam",
|
|
"default": "/phpipam"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|