54 Commits

Author SHA1 Message Date
Jake Howard
b50659ab5d
Update nextcloud to 23 2021-12-19 21:18:09 +00:00
Jake Howard
699673c3b5
Update Synapse to 1.49.0 2021-12-15 20:19:51 +00:00
Jake Howard
4452cc4eeb
Update synapse to 1.47.1 2021-11-23 22:04:42 +00:00
Jake Howard
47bcbd855e
Update nextcloud to 22.2.3 2021-11-16 21:04:54 +00:00
Jake Howard
4cdaba4692
Swap certificates for wildcards 2021-10-18 21:59:10 +01:00
Jake Howard
6cc7d0b89e
Update synapse 2021-10-14 18:34:49 +01:00
Jake Howard
6f0d4b60df
Run more web processes for tt-rss 2021-10-03 16:45:18 +01:00
Jake Howard
c867efbe3b
Use alternative container registries where available 2021-10-03 16:26:10 +01:00
Jake Howard
3727dd473c
Update synapse to 1.43 2021-10-01 21:17:13 +01:00
Jake Howard
7fd176466d
Update nextcloud to 22.2.0
Required quite some hacks around federatedfilesharing app not wanting to update
2021-10-01 20:52:07 +01:00
Jake Howard
48934ad2c5
Apply gzip to everything
The middleware is smart enough to only apply it when needed, and only when it's not already compressed, so it's fine.
2021-09-19 22:48:48 +01:00
Jake Howard
0a8167c839
Remove stray expose
Traefik picks up the port just fine
2021-09-07 21:04:19 +01:00
Jake Howard
eedba465c4
Update synapse 2021-09-07 21:04:04 +01:00
Jake Howard
6e25403b3d
Update synapse to 1.41.1 2021-08-31 19:08:38 +01:00
Jake Howard
86e9d12ce6
Update nextcloud to 22.1.1 2021-08-31 19:03:19 +01:00
Jake Howard
c04e8b628a
Update synapse to 1.40.0 2021-08-22 11:16:19 +01:00
Jake Howard
d0e472b51a
Update synapse to 1.39.0 2021-08-06 18:20:48 +01:00
Jake Howard
11bf501d8a
Update nextcloud to 22.1.0 2021-08-06 18:20:38 +01:00
Jake Howard
1399529a47
Move stray storage to tank 2021-07-17 20:32:26 +01:00
Jake Howard
8f831c8191
Update synapse to 1.37.1 2021-07-11 20:20:56 +01:00
Jake Howard
501fe81979
Update nextcloud to v22 2021-07-11 20:20:48 +01:00
Jake Howard
b2d226300b
Update nextcloud to 21.0.3 2021-07-04 21:17:03 +01:00
Jake Howard
b20ffb27c4
Remove gotify
Never used it
2021-06-12 19:00:39 +01:00
Jake Howard
4e5fa59c58
Add redis
This isn't really used as a cache, but it is for a couple bits, so nice to enable it anyway, and it might become so in future
2021-06-12 18:53:50 +01:00
Jake Howard
290b147821
Thin out synapse config
Previously it was the vast majority of code in the whole repo. Now we only define the necessary keys, and rely much more on defaults, which is nice!
2021-06-12 18:49:29 +01:00
Jake Howard
47e546d51a
Add synapse-admin
Useful to see what's going on on the server
2021-06-12 18:09:18 +01:00
Jake Howard
33fcf1a9e5
Fix matrix federation
Apparently this has been broken since like March...

It seems communication over port 8448 is required for server-to-server
comms, even if the client doesn't use it.
2021-06-12 17:32:47 +01:00
Jake Howard
94e4592db6
Update synapse to 1.35.1 2021-06-12 16:46:16 +01:00
Jake Howard
e6dbe08ce0
Update nextcloud 2021-05-21 21:48:15 +01:00
Jake Howard
420ef3b95c
Update synapse 2021-05-21 21:47:32 +01:00
Jake Howard
9ad64b444a
Update gotify 2021-04-16 22:19:27 +01:00
Jake Howard
4eec3292a6
Update wallabag 2021-04-11 12:54:59 +01:00
Jake Howard
b6f23b31a9
Stop unnecessarily restarting tt-rss 2021-04-11 12:52:48 +01:00
Jake Howard
3ce4626e29
Update synapse 2021-04-11 12:52:10 +01:00
Jake Howard
62373bf352
Update nextcloud to 21.0.1 2021-04-11 12:48:02 +01:00
Jake Howard
f6559ff1bd
Remove collabora
It doesn't seem to like being run inside LXC. I barely used it, anyway.
2021-03-12 23:35:39 +00:00
Jake Howard
3eb286c9bd
Move envrironment variables to docker
Using the `TTRSS_` prefix to follow upstream standard rather than container's

https://github.com/lunik1/docker-tt-rss/issues/3
2021-03-06 12:11:08 +00:00
Jake Howard
8d136f0b55
Set default phone region for Nextcloud 2021-03-06 11:19:11 +00:00
Jake Howard
155bc837a8
Update synapse to 1.28 2021-03-02 12:31:07 +00:00
Jake Howard
9d5c7e56e8
Move nextcloud things back to tank 2021-03-02 12:26:23 +00:00
Jake Howard
21a2532f8a
Update nextcloud to 21 2021-03-02 12:03:13 +00:00
Jake Howard
63d156c0a0
Stop always restarting whoami
whoami never sets `config_file`, so it's shadowed by whatever set it before
2021-02-27 22:09:24 +00:00
Jake Howard
1413efdd19
Copy feed icons and DB to tank 2021-02-27 22:08:01 +00:00
Jake Howard
a2fe3ca37a
Fix TT-RSS config
It needs to be environment variables now, but there's a bug where it doesn't read docker ones for some reason
2021-02-27 21:29:24 +00:00
Jake Howard
47df8164fa
Define timezone as variable 2021-02-10 09:12:42 +00:00
Jake Howard
44a3fd4bc5
Only chown when the repos change
This keeps claiming it's changing things, even when nothing should have changed
2021-02-07 16:14:56 +00:00
Jake Howard
870ac50c58
Update compose path to not be absolute
This relies on `which` to find the correct binary instead
2021-02-07 15:59:18 +00:00
Jake Howard
062742bc5e
Update synapse 2021-01-29 21:44:34 +00:00
Jake Howard
fce8cf3768
Update nextcloud 2021-01-20 20:58:28 +00:00
Jake Howard
76eeeec260
Update wallabag 2021-01-20 20:39:27 +00:00