mirror of
https://github.com/YunoHost-Apps/phpipam_ynh.git
synced 2024-09-03 19:56:39 +02:00
Fix
This commit is contained in:
parent
952228d280
commit
168d138183
3 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/"
|
||||
path="/path"
|
||||
is_public=1
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
|
|
|
@ -124,7 +124,7 @@ $session_storage = "files";
|
|||
*
|
||||
******************************/
|
||||
if(!defined('BASE'))
|
||||
define('BASE', "/");
|
||||
define('BASE', "__PATH__");
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue