Slavi Pantaleev
f085362149
Fix some Postgres CLI scripts to target the correct database
Fixes a regression introduced in 95346f3117 .
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/814
Using `matrix_synapse_` variables in the `matrix-postgres` role is not
ideal, but.. this script belongs neither here, nor there.
We'll have it be like that for now.
5年前
Slavi Pantaleev
acf7866442
Fix step number
5年前
Slavi Pantaleev
ec9fda4cd7
Merge pull request #812 from prapooskur/master
Fixed typo
5年前
Prasiddh Pooskur
b61c8a7e72
fixed typo
5年前
Slavi Pantaleev
c2e970ee61
Merge pull request #810 from drpaneas/irc
Selfbuild appservice-irc bridge
5年前
Slavi Pantaleev
3051655d21
Ensure matrix_appservice_irc_docker_src_files_path created when self-building
The git module will create it anyway, but that would likely use `root:root`.
5年前
Panagiotis Georgiadis
f10e3fef0d
Merge branch 'master' into irc
5年前
Panagiotis Georgiadis
e502ee33da
Selfbuild appservice-irc bridge
5年前
Slavi Pantaleev
0f64f4dc4b
Stop using + to mean "or newer"
5年前
Slavi Pantaleev
f9968b6981
Fix matrix_postgres_connection_password length check
5年前
Slavi Pantaleev
3647b23628
Add some warning about ; in SQL statements (take 2)
5年前
Slavi Pantaleev
49c0e254db
Add some warning about ; in SQL statements
I got at least a few reports of people pasting these statements one by
one and missing the `;`.
5年前
Slavi Pantaleev
2997a7fc3e
Make mx-puppet-* bridges not log to files
We log everything in systemd/journald for every service already,
so there's no need for double-logging, bridges rotating log files
manually and other such nonsense.
5年前
Slavi Pantaleev
f3dd346724
Try to tighten Signal bridge security
5年前
Slavi Pantaleev
8ec975e3c8
Use matrix:matrix for Signal bridge (not root)
5年前
Slavi Pantaleev
37909aa7a9
Create signald/{avatars,attachments,data} and rename config dir
5年前
Slavi Pantaleev
88addd71fc
Fix Postgres imports going to the matrix DB by default
Well, they still do go to that DB by default,
but our docs give a better command to users, which would do the right
thing.
5年前
Slavi Pantaleev
bef0702fea
Wait some more when starting Postgres during setup on ARM
5年前
Slavi Pantaleev
3273f023dc
Fix Postgres importing guide
This fixes things to make them compatible
with the changes done in 95346f3117
5年前
Slavi Pantaleev
9011b166eb
Merge pull request #807 from thedanbob/fix-changelog
Fix typos
5年前
Dan Arnfield
d95f160705
Fix typos
5年前
Slavi Pantaleev
89db6be568
Fix typo
5年前
Slavi Pantaleev
1a3034b0c8
Fix typo
5年前
Slavi Pantaleev
d3aea8f4b8
Update Postgres backup docs for ARM32
5年前
Slavi Pantaleev
e88dcfa252
Mention Postgres backup
5年前
Slavi Pantaleev
f9c1d62435
Fix Postgres database (-alpine) failing to start on ARM32
5年前
Slavi Pantaleev
95346f3117
Reorganize Postgres access (breaking change)
In short, this makes Synapse a 2nd class citizen,
preparing for a future where it's just one-of-many homeserver software
options.
We also no longer have a default Postgres superuser password,
which improves security.
The changelog explains more as to why this was done
and how to proceed from here.
5年前
Slavi Pantaleev
703f1b1a04
Add some more questions/answers to the FAQ
5年前
Slavi Pantaleev
a47813585d
Rename file to prevent common mistake
Prompted by this: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/779#issuecomment-764807507
5年前
Slavi Pantaleev
3b5907d83d
Update FAQ with details about /matrix/postgres/data-auto-upgrade-backup
5年前
Slavi Pantaleev
fb28f59f8c
Initial work on a FAQ document
5年前
Slavi Pantaleev
068f9d5763
Merge pull request #803 from throwawayay/patch-1
Update element-web (1.7.16 -> 1.7.17)
5年前
throwawayay
a30ef0cc29
Update element-web (1.7.16 -> 1.7.17)
5年前
Slavi Pantaleev
f6861e3c65
Improve wording a bit
5年前
Slavi Pantaleev
024a23ed17
Upgrade mautrix-facebook to the new Postgres-only version
I had intentionally held it back in 39ea3496a4
until:
- it received more testing (there were a few bugs during the
migration, but now it seems OK)
- this migration guide was written
5年前
Slavi Pantaleev
9be9f43be7
Merge pull request #801 from pushytoxin/patch-1
When validating LE certs, do not wait for a random time
5年前
pushytoxin
d51ea25219
When validating LE certs, do not wait for a random time
While administering we will occasionally invoke this script interactively with the "non-interactive" switch still there, yet still sit at the desk waiting for 300 seconds for this timer to run out.
The systemd-timer already uses a 3h randomized delay for automatic renewals, which serves this purpose well.
5年前
Slavi Pantaleev
39ea3496a4
Downgrade/lock mautrix-facebook to pre-mobile times
The `mobile` branch got merged to `master`, which ends up becoming
`:latest`. It's a "rewrite" of the bridge's backend and only
supports a Postgres database.
We'd like to go back (well, forward) to `:latest`, but that will take
a little longer, because:
- we need to handle and document things for people still on SQLite
(especially those with external Postgres, who are likely on SQLite for
bridges)
- I'd rather test the new builds (and migration) a bit before
releasing it to others and possibly breaking their bridge
Brave ones who are already using the bridge with Postgres
can jump on `:latest` and report their experience.
5年前
Slavi Pantaleev
c9d96d8135
Fix mautrix-telegram paths creation bug
5年前
Slavi Pantaleev
56c54d5cc7
Upgrade matrix-corporal (2.0.1 -> 2.1.0)
5年前
Slavi Pantaleev
c1008fde44
Upgrade matrix-coturn (4.5.1.3 -> 4.5.2)
5年前
Slavi Pantaleev
cf06f84608
Upgrade matrix-corporal (2.0.0 -> 2.0.1)
5年前
Slavi Pantaleev
ef64c88dc7
Announce matrix-corporal v2
5年前
Slavi Pantaleev
d95cbe38d7
Rename configuration setting
5年前
Slavi Pantaleev
28d86e3aaa
Initial work on support for matrix-corporal v2
5年前
Slavi Pantaleev
6f51c1ed96
Fix Docker image link for matrix-registration
Related to 69f71f48
5年前
Slavi Pantaleev
8549926395
Attempt to fix mautrix-whatsapp DB migration user table conflict
Discussed in https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/791
5年前
Slavi Pantaleev
1692a28fe4
Work around annoying Docker warning about undefined $HOME
> WARNING: Error loading config file: .dockercfg: $HOME is not defined
.. which appeared in Docker 20.10.
5年前
Slavi Pantaleev
26f0bbfdef
Fix self-building for matrix-ma1sd on non-version tag/branch
Building `master` or something like this was failing.
5年前
Slavi Pantaleev
9e936e45ad
Use BuildKit for ma1sd Docker building
Newer versions (`master`) use things like `--platform=...`,
which are not supported unless we enable the new BuildKit building
backend.
5年前