mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Configured check_process and did few changes in manifest.json
This commit is contained in:
parent
095449d86a
commit
8cdc4f41b0
2 changed files with 6 additions and 8 deletions
|
@ -3,15 +3,12 @@
|
|||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
language="fr"
|
||||
username="username"
|
||||
username="john"
|
||||
name="john"
|
||||
email="anmol@datamol.in"
|
||||
password="password"
|
||||
# is_public="Yes" (PUBLIC|public=Yes|private=No)
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
password="password"
|
||||
port="666" (PORT)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -23,7 +20,7 @@
|
|||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
port_already_use=1 (66)
|
||||
port_already_use=0 (66)
|
||||
change_url=0
|
||||
;;; Levels
|
||||
Level 1=auto
|
||||
|
|
|
@ -3,11 +3,12 @@
|
|||
"id": "webtrees",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "webtrees is a free open source web-based genealogy application."
|
||||
"en": "Webtrees is a free open source web-based genealogy application."
|
||||
},
|
||||
"url": "https://www.webtrees.net",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "anmol Sharma",
|
||||
"name": "Anmol Sharma",
|
||||
"email": "anmol@datamol.in"
|
||||
},
|
||||
"requirements": {
|
||||
|
|
Loading…
Reference in a new issue