mirror of
https://github.com/YunoHost-Apps/phpipam_ynh.git
synced 2024-09-03 19:56:39 +02:00
Upgrade to v1.4.5
This commit is contained in:
parent
2d85c646d7
commit
aed4ef2713
1 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Web IP address management application",
|
||||
"fr": "Application web de gestion d'adresses IP"
|
||||
},
|
||||
"version": "1.4.4~ynh2",
|
||||
"version": "1.4.5~ynh1",
|
||||
"url": "https://phpipam.net/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
@ -30,18 +30,17 @@
|
|||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [{
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"example": "/phpipam",
|
||||
"default": "/phpipam"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Reference in a new issue