1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpipam_ynh.git synced 2024-09-03 19:56:39 +02:00
This commit is contained in:
ericgaspar 2021-07-06 10:57:22 +02:00
parent 952228d280
commit 168d138183
3 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,7 @@
;; Test complet
; Manifest
domain="domain.tld"
path="/"
path="/path"
is_public=1
; Checks
pkg_linter=1

View file

@ -124,7 +124,7 @@ $session_storage = "files";
*
******************************/
if(!defined('BASE'))
define('BASE', "/");
define('BASE', "__PATH__");
/**

View file

@ -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",