Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rrainn/torifysite


https://github.com/rrainn/torifysite

Last synced: 23 days ago
JSON representation

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