1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpipam_ynh.git synced 2024-09-03 19:56:39 +02:00

Merge pull request #7 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-01-18 21:07:55 +01:00 committed by GitHub
commit 8553cd3841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Web IP address management application Web IP address management application
**Shipped version:** 1.4.4~ynh2 **Shipped version:** 1.4.5~ynh1
**Demo:** http://demo.phpipam.net **Demo:** http://demo.phpipam.net

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Application web de gestion d'adresses IP Application web de gestion d'adresses IP
**Version incluse :** 1.4.4~ynh2 **Version incluse :** 1.4.5~ynh1
**Démo :** http://demo.phpipam.net **Démo :** http://demo.phpipam.net

View file

@ -6,7 +6,7 @@
"en": "Web IP address management application", "en": "Web IP address management application",
"fr": "Application web de gestion d'adresses IP" "fr": "Application web de gestion d'adresses IP"
}, },
"version": "1.4.4~ynh2", "version": "1.4.5~ynh1",
"url": "https://phpipam.net/", "url": "https://phpipam.net/",
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
@ -30,18 +30,17 @@
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install": [{ "install": [
{
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"example": "/phpipam", "example": "/phpipam",
"default": "/phpipam" "default": "/phpipam"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",