Commit Graph

23 Commits

Author SHA1 Message Date
33f9c544fd Remove /tt-rss/ path from URL 2024-04-15 17:33:36 +01:00
8666933bfb Revert "Use OIDC to log in to tt-rss"
OIDC breaks any kind of API integration, which is very annoying

This reverts commit 66ddef96e2.
2023-11-18 21:57:16 +00:00
66ddef96e2 Use OIDC to log in to tt-rss 2023-11-08 19:46:16 +00:00
a1d8764a90 Expose tt-rss plugins to nginx container 2023-07-21 12:57:01 +01:00
aa8ceec290 Remove duplicate depends_on keys 2023-06-15 14:20:52 +01:00
5ccaaefdc7 Move more projects over to new "speed" SSD 2023-06-15 13:55:36 +01:00
6c800fbc01 Move some DBs to main SSD
This should improve performance. More apps to come!
2023-05-25 20:58:51 +01:00
4e77f0165a Use persistent storage for tt-rss
Otherwise the container fails to find the cache directory due to how updates are handled.
2022-10-17 13:44:06 +01:00
0b69388f2c Remove tmpfs mounts for tt-rss
These don't get created with the correct user permissions, and so breaks
2022-08-29 10:37:13 +01:00
dcc3055e93 Use official distribution of tt-rss
The previous one hasn't been updated in about a year. This one requires a couple extra containers, but is officially supported and maintained.
2022-08-24 15:23:21 +01:00
d5c7d94ac8 Run traefik as dockeruser, and without host networking
This required port forwarding, a docker proxy, and a docker network, but the end result should be much more secure!
2022-01-15 23:44:06 +00:00
c5215e330b Update yamllint to fix dependency issue
I think this still validates everything we need it to
2022-01-11 20:51:12 +00:00
3a7d2194cc Update tt-rss DB to postgres 14 2021-12-22 22:39:46 +00:00
4cdaba4692 Swap certificates for wildcards 2021-10-18 21:59:10 +01:00
6f0d4b60df Run more web processes for tt-rss 2021-10-03 16:45:18 +01:00
c867efbe3b Use alternative container registries where available 2021-10-03 16:26:10 +01:00
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
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
1413efdd19 Copy feed icons and DB to tank 2021-02-27 22:08:01 +00:00
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
47df8164fa Define timezone as variable 2021-02-10 09:12:42 +00:00
721bdf60b3 Fix quotes 2021-01-09 18:32:16 +00:00
fef7f2c2b4 Move docker containers to new PVE container 2021-01-09 18:02:17 +00:00