An alternative frontend for Imgur. Based on rimgu and rewritten in Go.
It's read-only and works without JavaScript. Images and albums can be viewed without wasting resources from downloading and running tracking scripts. No sign-up nags.
Try it!
AlbumFeatures
- URL-compatible with i.imgur.com - just replace the domain in the URL
- Images and videos (gifv, mp4)
- Albums
- Streaming
- Pretty CSS styling (responsive!)
- Logo
Usage
Just replace imgur.com with the domain of this instance! You can setup automatic redirects using Redirector.
Redirector configuration
- Description: Imgur -> rimgo
- Example URL: https://imgur.com/a/H8M4rcp
- Include pattern:
^https?://(i|).?imgur.com(/.*)?$
- Redirect to:
https://[INSTANCE DOMAIN]$2
- Pattern type: Regular Expression