We are the Open Observatory, of Network Interference.
We are trying to make the Internet for Humans, not AI bots, by observing what's going on.
BTW, OONI Pizza ovens SUCK. We hope one day to get our domain back...
Then throw in some spare change and help us bring about some change :)
Don't have much coin? No problemo. You can also volunteer your time and it can make a huge difference.
Join our Slack channel: https://slack.ooni.org/
This is also the canonical website for OONI, that you can access via:
If you are having trouble accessing our website, please contact us at contact [at] openobservatory.org.
- Fork this repository if you're not a collaborator
- Add your post to
content/post/directory - Submit a pull request
- Wait for pull request to be reviewed and merged to
masteror merge it yourself :)
Dependencies to build the website manually are hugo, ooni-probe, and sphinx to build ooni-probe docs. Exact versions are codified in "canonical" build procedure in travis.yml.
If you want to preview the website while editing styles and posts you can do it running following command:
make server
If you want to publish to Github mirror, you should run:
make publish
To run the end to end integration tests do:
yarn install
yarn run cypress open