Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrainn/torifysite
https://github.com/rrainn/torifysite
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rrainn/torifysite
- Owner: rrainn
- License: mit
- Created: 2023-11-25T01:32:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T18:17:51.000Z (about 1 year ago)
- Last Synced: 2024-12-09T16:56:01.879Z (30 days ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# torifysite
## Description
This is a simple CLI tool to make your onion service website more Tor friendly.
## Rules
| Rule | Description |
| --- | --- |
| prefer-onion-services-html-a-href | Prefer onion services in HTML a href |
| prefer-onion-services-robots-txt-sitemap | Prefer onion service in the sitemap of a robots.txt |## Installation
```bash
npm install -g torifysite
```## Usage
Print problems:
```bash
torifysite ./path/to/your/website
```Fix problems:
```bash
torifysite ./path/to/your/website --fix
```## License
MIT License