Add Redirector configuration to README (closes #49)

This commit is contained in:
video-prize-ranch 2022-09-04 16:26:48 -04:00
parent d282f57a1c
commit 432137d5bc
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 10 additions and 0 deletions

View File

@ -50,6 +50,7 @@ To help distribute load, consider using instances other than the official one.
| [rimgo.encrypted-data.xyz](https://rimgo.encrypted-data.xyz/) | 🇫🇷️ FR | Cloudflare | ❓️ No details | |
| [rimgo.mha.fi](https://rimgo.mha.fi/) | 🇫🇮 FI | Hetzner | ❓️ No details | |
| [rim.odyssey346.dev](https://rim.odyssey346.dev/) | 🇫🇷️ FR | Trolling Solutions (OVH) | ✅ Data not collected | |
| [rimgo.privacytools.io](https://rimgo.privacytools.io/) | 🇸🇪 SE | Cloudflare | ❓️ No details | |
### Tor
@ -73,6 +74,15 @@ Use [LibRedirect](https://github.com/libredirect/libredirect) to automatically r
There is a script to redirect Imgur links to rimgo.
[https://codeberg.org/zortazert/GreaseMonkey-Redirect/src/branch/main/imgur-to-rimgo.user.js](https://codeberg.org/zortazert/GreaseMonkey-Redirect/src/branch/main/imgur-to-rimgo.user.js)
### Redirector
You can use the [Redirector](https://github.com/einaregilsson/Redirector) extension to redirect Imgur links to rimgo with the configuration below:
* Description: Imgur -> rimgo
* Example URL: https://imgur.com/a/H8M4rcp
* Include pattern: `^https?://i?.?imgur.com(/.*)?$`
* Redirect to: `https://rimgo.example.com$1`
* Pattern type: Regular Expression
## Install
rimgo can run on any platform Go compiles on.