https://github.com/redshiftzero/onionavailable.com
wee lil page tracking adoption of onion services via the Onion-Location header
https://github.com/redshiftzero/onionavailable.com
Last synced: 10 months ago
JSON representation
wee lil page tracking adoption of onion services via the Onion-Location header
- Host: GitHub
- URL: https://github.com/redshiftzero/onionavailable.com
- Owner: redshiftzero
- License: gpl-3.0
- Created: 2020-08-19T16:50:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T22:10:54.000Z (almost 4 years ago)
- Last Synced: 2023-03-24T07:14:50.359Z (over 3 years ago)
- Language: Python
- Homepage: https://onionavailable.com
- Size: 384 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onionavailable.com
a little site to track adoption of onion services via the Onion-Location header
## Adding new sites
Please, no personal sites / blogs.
To include a new site, add the site to `watched.txt`, and submit a PR.
## Development
Logic for scanning and rebuilding the static site is in `scan.py`. `scan.json` contains the latest scan results, and `docs/index.html` is the main page.
```
python3 -m http.server
```