1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00

Update check_process

This commit is contained in:
tituspijean 2021-10-24 12:06:57 +02:00
parent a1c1db3e77
commit cb088d7bf2
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -1,19 +1,15 @@
# See here for more information # See here for more information
# https://github.com/YunoHost/package_check#syntax-check_process-file # 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 ;; Test complet
; Manifest
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 ; pre-install
sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force
; Manifest
domain="domain.tld"
path="/"
admin="john"
is_public=1
password="pass"
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=0 setup_sub_dir=0
@ -27,12 +23,6 @@
multi_instance=0 multi_instance=0
port_already_use=0 port_already_use=0
change_url=1 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
;;; Upgrade options ;;; Upgrade options
; commit=CommitHash ; commit=CommitHash
name=Name and date of the commit. name=Name and date of the commit.