1
0
Fork 0
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:
Anmol 2017-07-12 11:50:39 +05:30
parent 095449d86a
commit 8cdc4f41b0
2 changed files with 6 additions and 8 deletions

View file

@ -3,15 +3,12 @@
; Manifest ; Manifest
domain="domain.tld" (DOMAIN) domain="domain.tld" (DOMAIN)
path="/path" (PATH) path="/path" (PATH)
admin="john" (USER) username="john"
language="fr"
username="username"
name="john" name="john"
email="anmol@datamol.in" email="anmol@datamol.in"
password="password"
# is_public="Yes" (PUBLIC|public=Yes|private=No) # is_public="Yes" (PUBLIC|public=Yes|private=No)
is_public=1 (PUBLIC|public=1|private=0) is_public=1 (PUBLIC|public=1|private=0)
password="password"
port="666" (PORT)
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=1 setup_sub_dir=1
@ -23,7 +20,7 @@
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
incorrect_path=1 incorrect_path=1
port_already_use=1 (66) port_already_use=0 (66)
change_url=0 change_url=0
;;; Levels ;;; Levels
Level 1=auto Level 1=auto

View file

@ -3,11 +3,12 @@
"id": "webtrees", "id": "webtrees",
"packaging_format": 1, "packaging_format": 1,
"description": { "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", "url": "https://www.webtrees.net",
"license": "free",
"maintainer": { "maintainer": {
"name": "anmol Sharma", "name": "Anmol Sharma",
"email": "anmol@datamol.in" "email": "anmol@datamol.in"
}, },
"requirements": { "requirements": {