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
|
;; 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
|
||||||
|
|
|
@ -124,7 +124,7 @@ $session_storage = "files";
|
||||||
*
|
*
|
||||||
******************************/
|
******************************/
|
||||||
if(!defined('BASE'))
|
if(!defined('BASE'))
|
||||||
define('BASE', "/");
|
define('BASE', "__PATH__");
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue