nkanaev / yarr

yet another rss reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it feasible to publicly self-host yarr with a pre-defined set of RSS feeds?

preslavrachev opened this issue · comments

I am looking for a way to showcase a few custom RSS feeds. I'd ideally self-host yarr and add the feeds myself. However, I would like to disable the ability for outsiders to add their own feeds or change mine.

How feasible is it to provide a read-only view of yarr?

the easiest way is to start an instance with custom -db parameter:

$ yarr -db "file:/path/to/storage.db?mode=ro"

the interface will appear editable, but no changes will be persisted. this, however, will generate lots of attempt to write a readonly database errors in the output log.