mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
completed check_process
This commit is contained in:
parent
8564d7ab4d
commit
64f3d1057e
1 changed files with 6 additions and 8 deletions
|
@ -1,14 +1,12 @@
|
|||
# See here for more information
|
||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||
|
||||
# Move this file from check_process.default to check_process when you have filled it.
|
||||
|
||||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
is_public=1
|
||||
port="8080"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
port="8080" (PORT)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -17,7 +15,7 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=CommitHash
|
||||
upgrade=1 from_commit=1bfcc7c84ce84fa28e682e4e3167d3a9b90bbd24cc59ac5c371b8f61a9af550b
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
|
@ -26,7 +24,7 @@
|
|||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=CommitHash
|
||||
name=Name and date of the commit.
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||
; commit=1bfcc7c84ce84fa28e682e4e3167d3a9b90bbd24cc59ac5c371b8f61a9af550b
|
||||
name=2021-02-28 commit
|
||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&port=8080&
|
||||
|
||||
|
|
Loading…
Reference in a new issue