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>
20 lines
667 B
Bash
20 lines
667 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
pkg_dependencies="postgresql python3 python3-dev build-essential"
|
|
extra_dependencies="libunixsocket-java signald signaldctl"
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|