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

55 lines
1.3 KiB
JSON
Raw Normal View History

2019-08-27 14:42:40 +02:00
{
"name": "phpIPAM",
"id": "phpipam",
"packaging_format": 1,
"description": {
2021-07-06 10:57:22 +02:00
"en": "Web IP address management application",
"fr": "Application web de gestion d'adresses IP"
2019-08-27 14:42:40 +02:00
},
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/",
2021-07-06 10:57:22 +02:00
"upstream": {
2021-07-06 12:37:04 +02:00
"license": "GPL-3.0-only",
2021-07-06 11:09:02 +02:00
"website": "https://phpipam.net",
"demo": "http://demo.phpipam.net",
"admindoc": "https://phpipam.net/documents/",
2021-07-06 10:57:22 +02:00
"userdoc": "https://yunohost.org/apps",
2021-07-06 11:09:02 +02:00
"code": "https://github.com/phpipam/phpipam"
2021-07-06 10:57:22 +02:00
},
2021-07-06 12:37:04 +02:00
"license": "GPL-3.0-only",
2019-08-27 14:42:40 +02:00
"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
},
2021-07-06 11:23:03 +02:00
"multi_instance": true,
2019-08-27 14:42:40 +02:00
"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
}
]
}
}