232 Commits

Author SHA1 Message Date
Daniel Micay
1b4f66c1da use Python 3.12 for gixy 2025-02-14 04:48:49 -05:00
Daniel Micay
d29248fa2a update GitHub workflow Python to 3.12 2025-02-14 04:41:17 -05:00
Daniel Micay
e46c8db149 update postgresql.conf 2025-01-12 20:08:08 -05:00
Daniel Micay
728adaabae update python dependencies 2024-12-24 04:19:30 -05:00
Daniel Micay
762cb599e3 update python dependencies 2024-12-10 14:09:14 -05:00
Daniel Micay
a2a83b2a91 update python dependencies 2024-11-05 11:01:47 -05:00
Daniel Micay
0fa4c88613 use standard override.conf name for unit overrides 2024-10-13 21:44:03 -04:00
Daniel Micay
fca81220bc update ssl_session_ticket_key comment 2024-10-02 21:41:10 -04:00
Daniel Micay
cc5743ed95 drop redundant comment 2024-10-02 21:28:24 -04:00
Daniel Micay
75315f9496 order matterbridge service after synapse 2024-09-19 21:01:20 -04:00
Daniel Micay
eed2257335 use incrementing auto-restart delay 2024-09-15 00:30:41 -04:00
Daniel Micay
4b179627a2 enable auto-restart for PostgreSQL 2024-09-14 23:47:53 -04:00
Daniel Micay
a51be5a926 use Restart=always instead of on-failure for mjolnir 2024-09-14 23:02:54 -04:00
Daniel Micay
1c6a25847e set worker_shutdown_timeout to 1 hour 2024-06-23 12:25:13 -04:00
Daniel Micay
02b97b4327 remote-backup: split long line 2024-05-28 15:38:38 -04:00
Daniel Micay
f107d75a6f split cloud archive admin user 2024-05-28 05:37:32 -04:00
Daniel Micay
dd7d016204 use python-swiftclient to set backup expiry time
This eliminates the need for a scheduled job deleting the older backups.
2024-05-24 13:22:06 -04:00
Daniel Micay
ff13a0a335 update python dependencies 2024-05-07 02:26:06 -04:00
Daniel Micay
d3d894f52e update requirements.txt 2024-04-30 12:31:58 -04:00
Daniel Micay
02fccbcaca always restart matterbridge if it exits 2024-04-27 09:14:28 -04:00
Daniel Micay
5a19e46995 adding logging for TLS session reuse 2024-04-27 09:14:26 -04:00
Daniel Micay
96ddacc69d use small fixed TCP buffer sizes for non-TLS HTTP 2024-04-25 11:32:49 -04:00
Daniel Micay
4298cf4b14 replace deprecated http2 listen parameter 2024-04-24 20:09:21 -04:00
Daniel Micay
dc4443abe6 nginx: reset timed out HTTP(S) connections 2024-04-10 18:15:06 -04:00
Daniel Micay
523b8db18e add missing rsync time sync 2024-03-24 23:22:19 -04:00
Daniel Micay
5054d718cf disable keepalive by default
No need for keepalive for the internal socket.
2024-03-20 19:28:05 -04:00
Daniel Micay
15318cab02 rename static-deploy 2024-03-08 23:59:13 -05:00
Daniel Micay
8b8ce937f6 remove unnecessary zopfli wrapper
The timestamps of the generated static files are no longer used.
2024-03-06 15:41:29 -05:00
Daniel Micay
fbf9b23cbf change br/gz timestamps to match source files
This was lost as part of preserving existing file timestamps instead of
using the timestamps from generated files.
2024-03-06 15:39:31 -05:00
Daniel Micay
d516e251bc avoid syncing time for checksum-based rsync 2024-03-03 09:52:12 -05:00
Daniel Micay
c9a4b2a523 deploy postgres configuration 2024-02-25 19:51:48 -05:00
Daniel Micay
7cce9ed541 migration to C.UTF-8 locale for database 2024-02-15 13:37:16 -05:00
Daniel Micay
e6a9d006d7 add deployment for matterbridge service overrides 2024-02-08 04:01:06 -05:00
Daniel Micay
51d452a1cf add deployment for mjolnir service unit 2024-02-08 03:59:40 -05:00
Daniel Micay
54e711d565 rename matterbridge unit override 2024-02-08 03:58:57 -05:00
Daniel Micay
7dd9dab35c update python dependencies 2024-02-03 19:46:00 -05:00
Daniel Micay
f736cbb575 add postgres authentication configuration 2024-01-26 01:59:08 -05:00
Daniel Micay
d35580caf2 update postgresql.conf 2024-01-26 01:57:40 -05:00
Daniel Micay
28f14f8873 add deployment for backup public key and password 2024-01-26 01:25:19 -05:00
Daniel Micay
398c2b1175 update python dependencies 2024-01-20 00:02:24 -05:00
Daniel Micay
008380e473 drop obsolete Element configuration 2024-01-17 12:45:01 -05:00
Daniel Micay
75fb90beac update python dependencies 2024-01-11 15:12:05 -05:00
Daniel Micay
238c737b08 drop explicit pyparsing version pin 2024-01-07 12:45:05 -05:00
Daniel Micay
8aa75c0c09 update python dependencies 2024-01-07 12:27:48 -05:00
Daniel Micay
d5e0dd451a update python dependencies 2023-12-19 14:14:37 -05:00
Daniel Micay
ae3f52087e add matterbridge configuration to backups 2023-12-07 08:41:25 -05:00
dependabot[bot]
c5c056834d Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 02:23:30 -05:00
Daniel Micay
0ff5eb8776 remote-backup add privileges for mjolnir backup 2023-11-15 22:10:11 -05:00
Daniel Micay
00db61217c update charset_types 2023-11-06 01:55:25 -05:00
Daniel Micay
1cd3535546 reduce sendfile max chunk size to 256k 2023-11-06 01:54:26 -05:00