From d40af68c41642ee6ae075dbea26c5f734c20ebd9 Mon Sep 17 00:00:00 2001 From: Benedikt Tissot Date: Sat, 21 Aug 2021 10:03:25 +0200 Subject: [PATCH] add checks_process file --- check_process | 41 +++++++++++++++++++++++++++++++++++++++++ check_process.default | 35 ----------------------------------- 2 files changed, 41 insertions(+), 35 deletions(-) create mode 100644 check_process delete mode 100644 check_process.default diff --git a/check_process b/check_process new file mode 100644 index 0000000..5da0c82 --- /dev/null +++ b/check_process @@ -0,0 +1,41 @@ +# 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. + +;; Default test serie + ; pre-install + sudo yunohost tools update apps + sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&server_name=$server_name&is_public=$is_public&jitsi_server=$jitsi_server" --force + ; Manifest + port="8449" (PORT) + synapsenumber="1" + botname="telegrambot" + encryption=false + botadmin="@johndoe:synapsedomain.tld" + botusers="@johndoe:synapsedomain.tld" + apiid="" + # this is a random hash so this will not work + apihash="tjyd5yge35lbodk1xwzw2jstp90k55qz" + bottoken="disabled" + ; Checks + pkg_linter=1 + setup_sub_dir=0 + setup_root=0 + setup_nourl=1 + setup_private=0 + setup_public=0 + upgrade=1 + #upgrade=1 from_commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71 + #upgrade=1 from_commit=a95215f2ea5d1f34b1c804f776e78c4785477023 + backup_restore=1 + multi_instance=1 + port_already_use=1 + change_url=0 + actions=0 + config_panel=0 +;;; Upgrade options +# ; commit=636be2f9f900e578d9aa26ee887dcec2ef8d4e71 +# name=0.1.6 +# ; commit=a95215f2ea5d1f34b1c804f776e78c4785477023 +# name=0.1.7 diff --git a/check_process.default b/check_process.default deleted file mode 100644 index 41888cb..0000000 --- a/check_process.default +++ /dev/null @@ -1,35 +0,0 @@ -# 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) - admin="john" (USER) - language="fr" - is_public=1 (PUBLIC|public=1|private=0) - password="pass" - port="666" (PORT) - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=CommitHash - backup_restore=1 - multi_instance=1 - port_already_use=0 - change_url=1 -;;; 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& -