Skip to content

Releases: gdamjan/tt-rss-service

v2020-12-11

11 Dec 20:52
Compare
Choose a tag to compare

from this release on, I'm gonna tag the releases with the date, since tt-rss doesn't have versions, and I should probably not invent mine.

bump tt-rss to 2020-12-11 65254f5d

v0.11.3

18 Nov 15:11
Compare
Choose a tag to compare
  • bump tt-rss to 2020-11-14 328d7b55
  • updated the nix github action to v12 since v10 started failing ?!

v0.11.2

01 Nov 20:33
Compare
Choose a tag to compare
bump tt-rss to 2020-10-30 5738e422

v0.11.1

06 Oct 20:17
Compare
Choose a tag to compare
  • added a symlink /srv/tt-rss to the nix store for tt-rss, this makes running manual commands easier with systemd, with no worries about paths into the nix store (see the wiki).
  • take CONFIGURATION_DIRECTORY from env var
    the systemd service has the ConfigurationDirectory= directive, which
    will set the CONFIGURATION_DIRECTORY environment variable. read the
    config file from that directory

v0.11.0

04 Oct 16:46
Compare
Choose a tag to compare

This version moves the configuration to /etc/tt-rss/config.php instead of /etc/tt-rss/config.env. The previous idea with environment variables that are unset after use, did not work well with tt-rss which wants to fork/exec (passthru) sub-workers to process the feeds.

The change now allows us to run the update_daemon2.php as a simple service (instead of the previous timer based updater).

v0.10.2

30 Sep 22:06
Compare
Choose a tag to compare
bump tt-rss to 2020-10-01 8a02a728

v0.10.1

23 Sep 13:55
Compare
Choose a tag to compare

tt-rss as of 2020-09-23 commit: d0ed7890df949669261f52235151c93cf324714e

filter and iconv extensions added

the tt-rss-update.timer is started and enabled by default if the service is

v0.9nix

15 Sep 00:43
Compare
Choose a tag to compare
unset from the $_SERVER array too

v0.7nix

12 Sep 00:50
Compare
Choose a tag to compare
bind mount the host /etc/ssl/certs/

and also allow execution in writable memory, since the pcre jit requires
it (and other jits)

v0.6nix

11 Sep 14:25
Compare
Choose a tag to compare
add mime.types in uwsgi for the static files