I've created a Shaarli instance recently and it's all going smoothly!
Currently the generated feeds (for instance /?do=rss&searchtags=toread) display private links if the user is currently logged in and public links.
Is there a way to include private links if the user is not logged in?
The first obvious idea that comes to mind would be to use random private keys (/?do=rss&searchtags=toread&key=rfyugbinuyhinjkljhgfbdv).
My use case is to have my Tiny Tiny RSS instance to subscribe to my Shaarli feeds (all my links on Shaarli are private).
Thanks!
I've created a Shaarli instance recently and it's all going smoothly!
Currently the generated feeds (for instance
/?do=rss&searchtags=toread) display private links if the user is currently logged in and public links.Is there a way to include private links if the user is not logged in?
The first obvious idea that comes to mind would be to use random private keys (
/?do=rss&searchtags=toread&key=rfyugbinuyhinjkljhgfbdv).My use case is to have my Tiny Tiny RSS instance to subscribe to my Shaarli feeds (all my links on Shaarli are private).
Thanks!