


You can also confirm that there is a domain name mismatch in the database by running make shell & typing () to show the domain that NewsBlur is expecting. If the string after Domain= is not the domain you are using to access the website, then your configuration still needs your custom domain. The value of the "set-cookie" header should contain a "Domain=" string.Observe the Response headers for that call.Look again at the developer tools, there should be a POST call to /login.Open developer tools and look at the network tab.Go to the website address in your browser.If you're using a custom subdomain, you'll also want to add it to ALLOWED_SUBDOMAINS in apps/reader/views.pyĪ way to make sure you updated all the correct places: Change the domain in config/fixtures/bootstrap.json.Change NEWSBLUR_URL and SESSION_COOKIE_DOMAIN in newsblur_web/docker_local_settings.py.Miscellaneous jQuery Plugins: Everything from resizable layouts, to progressīars, sortables, date handling, colors, corners, JSON, animations.Backbone.js: Framework for the web app.Underscore.js: Functional programming for JavaScript.jQuery: Cross-browser compliant JavaScript code.Elasticsearch: Search database, use for searching stories.Redis: Programmer's database, used to assemble stories for the river, store story ids, manage feed fetching schedules, and the minuscule bit of caching that NewsBlur uses.PostgreSQL: Relational database, used to store feeds,.Used to store stories, read stories, feed/page fetch histories, and proxied sites. Django: Web framework written in Python, usedĪsynchronous queueing server, used to fetch and parse RSS feeds.Highlights stories you want to read, based on the same criteria.Hides stories you don't want to read based on tags, keywords, authors, etc.

Twitter: Shows the original site (you have to see it to believe it).NewsBlur is a personal news reader bringing people together.
