mirror of
https://github.com/YunoHost-Apps/snweb_ynh.git
synced 2024-09-03 20:26:22 +02:00
Update check_process
This commit is contained in:
parent
5c129ce558
commit
bd6e382137
1 changed files with 5 additions and 7 deletions
|
@ -5,18 +5,19 @@
|
|||
|
||||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 3.6.2~yhn1
|
||||
upgrade=1 from_commit=0459e279ab1ac0624203b710619bfe3f22686908
|
||||
#upgrade=1 from_commit=0459e279ab1ac0624203b710619bfe3f22686908
|
||||
# 3.5.11~ynh1
|
||||
#upgrade=1 from_commit=2c82b25537bc09b99c1daeced8ca38fe9b1bae8b
|
||||
backup_restore=1
|
||||
|
@ -25,9 +26,6 @@
|
|||
# incorrect_path=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Levels
|
||||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
||||
Level 5=auto
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
|
|
Loading…
Add table
Reference in a new issue