mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
66c49f0377
* Upgrade to v0.2.2 * do not specify signald version * Add support for end-to-bridge encryption (#37) (deactivated by default) * Linter and sync whatsapp_ynh (#27) * prepare for add to app list * restore signald user data folder Co-authored-by: ericgaspar <junk.eg@free.fr> * python3-dev * no python-olm * check upgrade from 0.2.0 Necessary as the group is created by the dependencies * Replace Whatsapp typos with Signal * Fix service description inconsistency in install/upgrade/restore * comment out bot_synapse_adm for now * remove hack for signald permissions * deactivate encryption by default * no encryption in manifest * fix db_pwd upgrade * Update config.yaml Co-authored-by: Nathanaël HANNEBERT <nathanael.hannebert@alterway.fr> Co-authored-by: ericgaspar <junk.eg@free.fr> Co-authored-by: Mayeul Cantan <oss@mayeul.net>
37 lines
1 KiB
Text
37 lines
1 KiB
Text
# See here for more information
|
|
# https://github.com/YunoHost/package_check#syntax-of-check_process
|
|
|
|
;; Test complet
|
|
# auto_remove=1
|
|
; 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
|
|
# mautrix_signal 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=fc1ba62e6529bb529a413d5895398baa5f2029d7
|
|
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=fc1ba62e6529bb529a413d5895398baa5f2029d7
|
|
name=0.2.0
|