Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2018-12-10 10:20:44
Size: 309
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 9: Line 9:
On 2018-12-10 I chowned it to webservices. Now it worked again. 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

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