NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
Find a file
Samuel Clay 719af1535c Revert "Create errors.log"
This reverts commit 5cbf3f6f3c.
2021-12-08 14:48:24 -05:00
.vscode Adding hostnames to docker containers, changing mongo to just use host network mode dammit, and adding possibility for logging to dnsmasq. 2021-07-23 18:13:19 -04:00
ansible Explicit prometheus command, modeled after the dockerhub image. We're not using --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles 2021-12-07 16:23:05 -05:00
api Fixing search indexing. Also removing superfluous search_indexer_tasker queue. 2021-03-03 17:04:05 -05:00
apps Turning refresh stale feeds back on. 2021-12-07 10:45:06 -05:00
archive Moving fabfile to archive 2021-07-16 12:25:39 -04:00
blog Updating dashboard3 -> master. 2021-07-01 17:11:11 -04:00
clients Android v11.1.1. 2021-12-08 12:48:18 -05:00
config Removing unused traces of older redis servers. 2021-12-06 13:56:09 -05:00
docker Ciphers on staging 2021-12-07 21:30:52 -05:00
documents Initial stab at spec for Android app. Feel free to comment on expected features. 2012-05-10 17:37:24 -07:00
flask_metrics Flask metrics may not have the port, use default. 2021-12-07 07:16:31 -05:00
flask_monitor Separating consul from haproxy health checks. Consul doesn't care what the status of the service is so long as it's reachable. Don't take out bad nodes, let the software do that. 2021-12-06 15:12:12 -05:00
logs Revert "Create errors.log" 2021-12-08 14:48:24 -05:00
media Adding mute user feature to hide public comments from users you don't want to see. 2021-10-25 16:47:52 -04:00
newsblur_web Bumping celery concurrency 2021-12-06 11:23:34 -05:00
node Revert "Rewriting readme from #1545." 2021-12-08 14:47:44 -05:00
perf add performance test make commands, dockerfile for locust, and rough draft of performance test (locust.py) 2021-02-24 10:21:47 -05:00
templates Adding mute user feature to hide public comments from users you don't want to see. 2021-10-25 16:47:52 -04:00
terraform Terraform Digital Ocean v2.0 2021-12-07 10:45:06 -05:00
utils Revert "Rewriting readme from #1545." 2021-12-08 14:47:44 -05:00
vendor Removing boto2, upgrading to boto3. Needs testing. 2021-08-04 20:04:53 -04:00
.dockerignore add .dockerignore 2021-01-19 09:40:51 -05:00
.gitignore Merge branch 'sictiru' 2021-12-08 12:48:24 -05:00
.venv Auto-enabling newsblur3 virtualenv. 2020-12-08 12:59:46 -05:00
ansible.cfg Deployment of compressed static assets through S3. 2021-04-07 20:48:01 -04:00
ansible.old.cfg Getting the old non-docker servers working in concert with the new ones. Now to give them all the shared firewall and install consul. 2021-02-23 15:53:46 -05:00
docker-compose.metrics.yml add 10 year retention for data in prometheus 2021-12-06 17:25:15 -05:00
docker-compose.yml Need RUNWITHMAKEBUILD warning in docker compose, otherwise a whole bunch of envvars don't get correctly set. 2021-12-08 12:52:35 -05:00
LICENSE.md Copyright 2009. 2014-12-20 11:25:54 -08:00
Maintenance.md update README and create a Maintenance.md file 2020-11-06 14:40:58 +07:00
Makefile Specifying docker build platform (--platform linux/amd64) so M1 Macs don't build arm64/v8. 2021-11-14 17:27:02 -05:00
manage.py use newsblur_web instead of newsblur as directory for settings file 2020-10-13 22:04:24 +07:00
mydomain.sh Revert "Rewriting readme from #1545." 2021-12-08 14:47:44 -05:00
pytest.ini use pytest and add pytest.ini file 2020-11-06 14:47:41 +07:00
README.md Revert "Rewriting readme from #1545." 2021-12-08 14:47:44 -05:00
requirements.txt Cleanup in root dir. 2013-06-15 12:56:34 -07:00
UPGRADING.md Vendorizing new feedparser. 2020-07-01 18:38:37 -04:00

NewsBlur

Get it on F-Droid Get it on Google Play

Features

  1. Shows the original site (you have to see it to believe it).
  2. Hides stories you don't want to read based on tags, keywords, authors, etc.
  3. Highlights stories you want to read, based on the same criteria.

Technologies

Server-side

  • Python 3.7+: The language of choice.
  • Django: Web framework written in Python, used to serve all pages.
  • Celery & RabbitMQ: Asynchronous queueing server, used to fetch and parse RSS feeds.
  • MongoDB, Pymongo, & Mongoengine: Non-relational database, used to store stories, read stories, feed/page fetch histories, and proxied sites.
  • PostgreSQL: Relational database, used to store feeds, subscriptions, and user accounts.
  • 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.
  • Elasticsearch: Search database, use for searching stories. Optional.

Client-side and design

  • jQuery: Cross-browser compliant JavaScript code. IE works without effort.
  • Underscore.js: Functional programming for JavaScript. Indispensable.
  • Backbone.js: Framework for the web app. Also indispensable.
  • Miscellaneous jQuery Plugins: Everything from resizable layouts, to progress bars, sortables, date handling, colors, corners, JSON, animations. See the complete list.

Prerequisites

* Docker
* Docker-Compose
* You may need to `sudo apt install nodejs npm`
* Github SSH keys. 

You may meet this error The authenticity of host 'github.com (140.82.121.3) can't be established. In which case you need to access Github direct & accept the key, after verifying it here (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints) & make sure that you have an SSH key associated with your Github account (https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey)

Installation Instructions

  1. Clone this repo
  2. Before starting to run any commands: decide whether you will access Newsblur via localhost or a domain!
  3. Open a bash shell & navigate to the Newsblur directory. Ensure that the mydomain.sh script is executable ('sudo chmod +x' if it isn't).
  4. Type ./mydomain.sh <domain name> (where is the domain that you want to use to access Newsblur.

If you need to fix a typo then you can use ./mydomain.sh <old domain> <new domain>

  • What it does (you could do it manually instead):
    • Changes NEWSBLUR_URL and SESSION_COOKIE_DOMAIN in newsblur_web/docker_local_settings.py
    • Changes the domain in config/fixtures/bootstrap.json
  1. If you're using a custom subdomain, you'll also want to add it to ALLOWED_SUBDOMAINS in apps/reader/views.py

  2. Run make nb to build Newsblur containers. This will set up all necessary databases, celery tasks, node applications, flask database monitor, NGINX, and a Haproxy load balancer.

  3. Navigate to:

     https://localhost or https://<domain name> if you chose to use your own domain
    

    Note: You will be warned that you are using a self signed certificate. In order to get around this warning you must type "thisisunsafe" as per https://dblazeski.medium.com/chrome-bypass-net-err-cert-invalid-for-development-daefae43eb12

Unable to log in after registering?

A way to make sure you updated all the correct places (thanks to Djagatahel via Reddit):

* Go to the website address in your browser
* Open developer tools and look at the network tab
* Try to login
* Look again at the developer tools, there should be a POST call to /login
* Observe the Response headers for that call
* The value of the "set-cookie" header should contain a "Domain=" string

If the string after Domain= is not the domain you are using to access the website, then your configuration is missing a piece. You can also confirm that there is a domain name mismatch in the database by running make shell & typing Site.objects.all()[0] to show the domain that Newsblur is using.

Making docker-compose work with your database

To make docker-compose work with your database, upgrade your local database to the docker-compose version and then volumize the database data path by changing the ./docker/volumes/ part of the volume directive in the service to point to your local database's data directory.

To make docker-compose work with an older database version, change the image version for the database service in the docker-compose file.

Contribution Instructions

  • Making Changes:

    • To apply changes to the Python or JavaScript code, use the make command.
    • To apply changes to the docker-compose.yml file, use the make rebuild command.
    • To apply changes to the docker/haproxy/haproxy.conf file, node packages, or any new database migrations you will need to use the make nb command.
  • Adding Python packages: Currently, the docker-compose.yml file uses the newsblur/newsblur_python3 image. It is built using the Dockerfile found in docker/newsblur_base_image.Dockerfile. Because of how the docker image is set up, you will need to create your own image and direct your docker-compose.yml file to use it. Please follow the following steps to do so.

    1. Add your new site-packages to config/requirements.txt.
    2. Add the following lines of code to your docker-compose.yml file to replace anywhere where it says image: newsblur/newsblur_python3
    build: context: . dockerfile: docker/newsblur_base_image.Dockerfile
    1. Run the make nb command to rebuild your docker-compose containers
  • Debugging Python

    • To debug your code, drop import pdb; pdb.set_trace() into the Python code where you would like to start debugging and run make and then make debug.
  • Using Django shell within Docker

    • Make sure your docker containers are up and run make shell to open the Django shell within the newsblur_web container.

Running unit and integration tests

NewsBlur comes complete with a test suite that tests the functionality of the rss_feeds, reader, and feed importer. To run the test suite:

`make test`

Running a performance test

Performance tests use the locust performance testing tool. To run performance tests via CLI, use make perf-cli users=1 rate=1 host=https://localhost. Feel free to change the users, rate, and host variables in the command to meet you needs.

You can also run locust performance tests using a UI by running make perf-ui and then navigating to http://127.0.0.1:8089. This allows you to chart and export your performance data.

To run locust using docker, just run make perf-docker and navigate to http://127.0.0.1:8089

Author

License

NewsBlur is licensed under the MIT License. (See LICENSE)