Differences between revisions 2 and 3
Revision 2 as of 2018-12-10 10:21:28
Size: 310
Editor: JamesCox
Comment:
Revision 3 as of 2019-02-01 20:35:53
Size: 463
Editor: JamesCox
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

On 2019-02-01 RME added a cronjob to mussel to update the feeds:
30 * * * * sudo -H -u webservices php /usr/local/tt-rss/tt-rss/update.php --feeds

TinyTinyRSS is a RSS reader installed on mussel.

The URL is https://secure.ucc.asn.au/reader/

It is located on disk at /usr/local/tt-rss/tt-rss

It used to be owned by www-data user. This changed at some point so it stopped working.

On 2018-12-10 RME chowned it to webservices. Now it works again.

On 2019-02-01 RME added a cronjob to mussel to update the feeds: 30 * * * * sudo -H -u webservices php /usr/local/tt-rss/tt-rss/update.php --feeds