mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
898c8ffc11
* remove signalctl dependency * remove --no-install-recommends * upgrade to 0.1.1 and signald 1.3 * add backup remove restore upgrade * typo backup log * same for restore * set python venv in restore script * Delete unnecessary files * Update README.md * prepare for add to app list * ynh_add_config in install * ynh_add_config in upgrade * Update config.yaml * Update check_process
54 lines
1.5 KiB
Text
54 lines
1.5 KiB
Text
# 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&
|
|
|