On Self hosted NewBlur, how do I update the favicon for a feed?
ChatGPT says I should be looking for the table rss_feeds_favicon
. I’m not seeing that table in the database.
On Self hosted NewBlur, how do I update the favicon for a feed?
ChatGPT says I should be looking for the table rss_feeds_favicon
. I’m not seeing that table in the database.
That table is in mongo. But if you update a favicon to something custom, know that it’ll likely be overwritten by the icon_fetcher.py, so you might want to add some code to not overwrite existing icons.
We don’t support custom favicons yet but I’d love to do it eventually.
Thanks Sam!