2019-12-15 16:09:28 +01:00
|
|
|
# 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
|
2020-04-16 16:01:37 +02:00
|
|
|
domain="domain.tld" (DOMAIN)
|
|
|
|
path="/" (PATH)
|
|
|
|
admin="john" (USER)
|
|
|
|
language="fr"
|
|
|
|
is_public=1 (PUBLIC|public=1|private=0)
|
|
|
|
password="pass"
|
|
|
|
port="666" (PORT)
|
|
|
|
; pre-install
|
2020-05-14 17:31:45 +02:00
|
|
|
sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force
|
2019-12-15 16:09:28 +01:00
|
|
|
; Checks
|
2020-04-16 16:01:37 +02:00
|
|
|
pkg_linter=1
|
|
|
|
setup_sub_dir=0
|
|
|
|
setup_root=1
|
|
|
|
setup_nourl=0
|
|
|
|
setup_private=1
|
|
|
|
setup_public=1
|
|
|
|
upgrade=1
|
2020-04-17 20:16:53 +02:00
|
|
|
;upgrade=1 from_commit=CommitHash
|
2020-04-16 16:01:37 +02:00
|
|
|
backup_restore=1
|
2020-04-17 20:16:53 +02:00
|
|
|
multi_instance=0
|
2020-04-16 16:01:37 +02:00
|
|
|
port_already_use=0
|
2020-04-18 12:08:41 +02:00
|
|
|
change_url=1
|
2019-12-15 16:09:28 +01:00
|
|
|
;;; Levels
|
|
|
|
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
|
|
|
Level 5=auto
|
|
|
|
;;; Options
|
|
|
|
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&
|