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 ;; Test complet
; Manifest ; Manifest
domain="domain.tld" domain="domain.tld"
path="/" path="/path"
is_public=1 is_public=1
; Checks ; Checks
pkg_linter=1 pkg_linter=1

View file

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

View file

@ -3,11 +3,19 @@
"id": "phpipam", "id": "phpipam",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "phpIPAM package for YunoHost.", "en": "Web IP address management application",
"fr": "phpIPAM pour YunoHost." "fr": "Application web de gestion d'adresses IP"
}, },
"version": "1.4.3~ynh1", "version": "1.4.3~ynh1",
"url": "https://phpipam.net/", "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", "license": "GPL-3.0",
"maintainer": { "maintainer": {
"name": "liberodark", "name": "liberodark",