1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/svgedit_ynh.git synced 2024-09-03 20:26:24 +02:00
svgedit_ynh/check_process

31 lines
647 B
Text
Raw Normal View History

;; Test complet
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
2020-10-08 21:05:06 +02:00
admin="john" (USER)
is_public=1 (PUBLIC|public=1|private=0)
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
backup_restore=1
multi_instance=1
2020-10-08 21:05:06 +02:00
# incorrect_path=1
port_already_use=0
2020-10-08 21:05:06 +02:00
change_url=1
;;; Levels
2020-10-08 21:05:06 +02:00
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
Level 5=auto
2020-10-08 21:05:06 +02:00
;;; Options
Email=
Notification=none
2018-03-19 03:56:00 +01:00
;;; Upgrade options
2020-10-08 21:05:06 +02:00
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&