From 432137d5bc4c336bbf50e0ab734eba5e2e2d1620 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Sun, 4 Sep 2022 16:26:48 -0400 Subject: [PATCH] Add Redirector configuration to README (closes #49) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index aefc4af..b80d911 100644 --- a/README.md +++ b/README.md @@ -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.