1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00
Commit graph

99 commits

Author SHA1 Message Date
CodeShakingSheep
0481b6776a Update restore
Fix permission for config.yaml
2024-06-20 12:38:40 +02:00
CodeShakingSheep
0d08958fd7 Fix synapse DB name in upgrade 2024-06-20 12:38:40 +02:00
CodeShakingSheep
7a7997fa74 Update upgrade
Fix permission for logfile (chmod & chown)
2024-06-08 20:29:27 +02:00
Mayeul Cantan
b3670aecf3 fixup! Improve update of synapse bot user admin status 2024-04-28 23:22:03 +02:00
Mayeul Cantan
87274edcf1 Python->Go migration: also remove signald group 2024-04-28 21:57:33 +02:00
Mayeul Cantan
120cb079fa Shuffle settings in install script, to put them in a more logical order 2024-04-28 21:52:07 +02:00
Mayeul Cantan
7d166f53d8 Python -> Go upgrade: try harder to stop signald and processes 2024-04-28 21:52:07 +02:00
Mayeul Cantan
251f926990 Restore domain setting
This is used for communicating with synapse.
Note that previously, the setting wasn't being saved correctly on install.
2024-04-28 21:52:07 +02:00
Mayeul Cantan
57dd7b8d8c Improve update of synapse bot user admin status 2024-04-28 21:52:07 +02:00
Mayeul Cantan
9bc70ac5e9 Satisfy shellcheck in scripts/install
I personally use shellcheck to help me find mistakes, so reducing noise
helps.
2024-04-28 21:52:04 +02:00
Mayeul Cantan
2171a7fc09 Fix setting the bot admin in restore 2024-04-28 21:50:19 +02:00
Mayeul Cantan
b87c3d73e6 Add settings to manifest: encryption, bot as admin
These settings were migrated over from the WhatsApp bridge.
2024-04-28 21:50:19 +02:00
Mayeul Cantan
aa49af1161 Fix getting synapse's database name
This relies on Synapse using manifest v2, so it needs to be upgraded
first.
2024-04-28 21:50:19 +02:00
Mayeul Cantan
070b255e0e Handle missing enable_relaybot setting
Also add a helper "yaml2json" python script to allow using jq from the
shell to query config values.
2024-04-28 21:49:58 +02:00
Mayeul Cantan
4fc14d947f Common: remove obsolete variables and functions 2024-04-21 18:41:11 +02:00
Mayeul Cantan
10cd9d4295 Cleanup "common" variables only used for migration 2024-04-21 18:41:11 +02:00
Mayeul Cantan
f6941f1e7f Split pre-0.5 upgrade script, check version before executing 2024-04-21 18:41:11 +02:00
Nathanaël Hannebert
b619888179 fix: signald, remove systemd service 2024-04-21 18:41:11 +02:00
Nathanaël Hannebert
7c79e934e7 fix: try to fix log permission error 2024-04-21 18:41:11 +02:00
Nathanaël Hannebert
193fb3a579 add: python-->go migration, remove signald stuff 2024-04-21 18:41:11 +02:00
Nathanaël Hannebert
5a2771bd00 chg: continue to make needed changes for
this python-->go upgrade
2024-04-21 18:40:02 +02:00
3ce6d96359 Cleanup remove 2024-02-28 15:38:51 +01:00
e2f1ae5ab4 Fix if_botuser 2024-02-28 15:38:51 +01:00
0a7c8ecfee Test with quotes 2024-02-28 15:38:51 +01:00
b457686aa9 Add missing keys in upgrade 2024-02-28 15:38:51 +01:00
5f35b5f54b fix install,remove 2024-02-28 15:38:51 +01:00
716018e8cd Manifestv2 2024-02-28 15:38:50 +01:00
9a424d7ecc Fix psql call 2024-02-26 17:56:35 +01:00
rosbeef andino
2a1af6ac0a Update upgrade 2024-02-26 12:35:22 +01:00
rosbeef andino
bf101ee5e8 Update restore 2024-02-26 12:35:22 +01:00
rosbeef andino
5484f12dc1 Update restore 2024-02-26 12:35:22 +01:00
rosbeef andino
3bd80bb576 Update upgrade 2024-02-26 12:35:22 +01:00
rosbeef andino
3eda73f1a5 Update install 2024-02-26 12:35:22 +01:00
rosbeef andino
276f5fe097 Update restore form armhf 2024-02-26 12:35:22 +01:00
rosbeef andino
084a166f89 Update upgrade for armhf 2024-02-26 12:35:22 +01:00
rosbeef andino
e03b0e2417 Update install for armhf install 2024-02-26 12:35:22 +01:00
Mayeul Cantan
381393ebcd Fix appending the logrotate config twice during upgrade
Closes https://github.com/YunoHost-Apps/mautrix_signal_ynh/issues/49
2022-10-26 12:42:43 +02:00
yalh76
b2c96f360b better removal 2022-09-05 21:14:42 +02:00
yalh76
d435af501d Update restore 2022-09-05 01:54:15 +02:00
yalh76
ed3a0edfd1 Update restore 2022-09-05 00:02:24 +02:00
yalh76
a470282799 More example_ynh 2022-09-04 23:58:20 +02:00
yalh76
d341248599 Apply example_ynh 2022-09-04 22:28:27 +02:00
Gredin67
660cb690eb
Bullseye (#45)
* libolm-dev bullseye

* remove extra_dep before upgrade

* do not specify signald version

* Add support for end-to-bridge encryption (#37)

* avoid dev headers

* Upgrade mautrix-signal to v0.3.0 (#47)

* set user in signald group

* request yunohost 11

Co-authored-by: nathanael-h <7300309+nathanael-h@users.noreply.github.com>
Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-08-14 19:56:08 +02:00
Gredin67
698da3223d
Update install 2022-02-04 01:03:48 +01:00
Gredin67
e7186fbfdf
Update upgrade 2022-02-03 22:52:08 +01:00
Gredin67
f700648950
remove group signald_user 2022-02-03 22:51:10 +01:00
Gredin67
5bd06bbe41
Update install 2022-02-03 22:49:26 +01:00
Gredin67
62ce3b3665
Update upgrade 2022-02-03 22:30:32 +01:00
Gredin67
2cf3cd12d3
Update restore 2022-02-03 22:29:59 +01:00
Gredin67
c8496cd001
export HOME=$final_path 2022-02-03 22:29:32 +01:00