# See here for more information # https://github.com/YunoHost/package_check#syntax-of-check_process # Move this file from check_process.default to check_process when you have filled it. ;; Test complet # auto_remove=1 ; pre-install # synapse parameters sy_domain="domain.tld" sy_path="/_matrix/static/" sy_is_public=1 sy_server_name="domain2.tld" sy_jitsi_server="jitsi.riot.im" #admin="john" (USER) #language="en" #password="pass" #port="666" (PORT) sudo yunohost tools update --apps sudo yunohost domain add $domain sudo yunohost domain add $server_name 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 # mautrix_whatsapp manifest parameters port="8449" (PORT) synapsenumber="1" botname="signalbot" encryption=0 botadmin="@johndoe:synapsedomain.tld" (USER) botusers="@johndoe:synapsedomain.tld" ; 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=CommitHash backup_restore=1 multi_instance=1 port_already_use=1 change_url=0 actions=0 config_panel=0 #;;; Levels # # If the level 5 (Package linter) is forced to 1. Please add justifications here. # Level 5=auto #;;; 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&