From 168d138183b7630fc169450a9c2f777f7d27cef5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Jul 2021 10:57:22 +0200 Subject: [PATCH] Fix --- check_process | 2 +- conf/config.dist.php | 2 +- manifest.json | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index eeeaa72..f93a851 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,7 @@ ;; Test complet ; Manifest domain="domain.tld" - path="/" + path="/path" is_public=1 ; Checks pkg_linter=1 diff --git a/conf/config.dist.php b/conf/config.dist.php index 439ae5f..d1486d5 100755 --- a/conf/config.dist.php +++ b/conf/config.dist.php @@ -124,7 +124,7 @@ $session_storage = "files"; * ******************************/ if(!defined('BASE')) -define('BASE', "/"); +define('BASE', "__PATH__"); /** diff --git a/manifest.json b/manifest.json index 5a1567b..3e04e2d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,11 +3,19 @@ "id": "phpipam", "packaging_format": 1, "description": { - "en": "phpIPAM package for YunoHost.", - "fr": "phpIPAM pour YunoHost." + "en": "Web IP address management application", + "fr": "Application web de gestion d'adresses IP" }, "version": "1.4.3~ynh1", "url": "https://phpipam.net/", + "upstream": { + "license": "GPL-3.0", + "website": "https://phpipam.net/", + "demo": "https://demo.example.com", + "admindoc": "https://yunohost.org/packaging_apps", + "userdoc": "https://yunohost.org/apps", + "code": "https://some.forge.com/example/example" + }, "license": "GPL-3.0", "maintainer": { "name": "liberodark",