2023-06-10 16:27:20 +00:00
< img alt = "" src = "https://codeberg.org/rimgo/rimgo/raw/branch/main/static/img/rimgo.svg" width = "96" height = "96" / >
2022-01-17 23:08:49 +00:00
2022-01-17 23:08:00 +00:00
# rimgo
2022-06-20 20:53:04 +00:00
An alternative frontend for Imgur. Originally based on [rimgu ](https://codeberg.org/3np/rimgu ).
2021-10-06 16:19:35 +00:00
2022-01-17 23:08:00 +00:00
< a href = "https://www.gnu.org/licenses/agpl-3.0.en.html" >
2022-11-09 01:47:37 +00:00
< img alt = "License: AGPLv3" src = "https://shields.io/badge/License-AGPL%20v3-blue.svg" height = "20px" >
2022-01-17 23:08:00 +00:00
< / a >
2022-04-03 15:27:18 +00:00
< a href = "https://matrix.to/#/#rimgo:nitro.chat" >
2022-11-09 01:47:37 +00:00
< img alt = "Matrix" src = "https://img.shields.io/badge/chat-matrix-blue" height = "20px" >
2022-04-03 15:27:18 +00:00
< / a >
2021-10-06 16:19:35 +00:00
2022-10-23 00:32:17 +00:00
## Table of Contents
- [Features ](#features )
- [Comparison ](#comparison )
- [Speed ](#speed )
- [Privacy ](#privacy )
2022-10-31 01:57:53 +00:00
- [Usage ](#usage )
2022-10-23 00:32:17 +00:00
- [Instances ](#instances )
- [Clearnet ](#clearnet )
- [Tor ](#tor )
- [Contributing ](#contributing )
- [License ](#license )
2023-07-01 16:36:08 +00:00
### Documentation
Our new documentation is now available at [https://rimgo.codeberg.page/docs/ ](https://rimgo.codeberg.page/docs/ )!
- [Install ](https://rimgo.codeberg.page/docs/getting-started/install/ )
- [Configuration ](https://rimgo.codeberg.page/docs/usage/configuration/ )
- [Redirection ](https://rimgo.codeberg.page/docs/usage/configuration/ )
- [Instance privacy ](https://rimgo.codeberg.page/docs/usage/instance-privacy/ )
2022-01-17 23:08:00 +00:00
## Features
2022-06-20 20:53:04 +00:00
- Lightweight
- No JavaScript
- No ads or tracking
- No sign up or app install prompts
- Bandwidth efficient - automatically uses newer image formats (if enabled)
2021-10-07 13:24:37 +00:00
2022-06-20 20:53:04 +00:00
## Comparison
Comparing rimgo to Imgur.
2021-10-07 06:00:50 +00:00
2022-06-20 20:53:04 +00:00
### Speed
Tested using [Google PageSpeed Insights ](https://pagespeed.web.dev/ ).
2021-10-07 06:00:50 +00:00
2022-06-20 20:53:04 +00:00
| | [rimgo ](https://pagespeed.web.dev/report?url=https%3A%2F%2Fi.bcow.xyz%2Fgallery%2FgYiQLWy ) | [Imgur ](https://pagespeed.web.dev/report?url=https%3A%2F%2Fimgur.com%2Fgallery%2FgYiQLWy ) |
| ------------------- | ------- | --------- |
| Performance | 91 | 28 |
| Request count | 29 | 340 |
| Resource Size | 218 KiB | 2,542 KiB |
| Time to Interactive | 1.6s | 23.8s |
2021-10-07 06:00:50 +00:00
2022-09-30 21:08:16 +00:00
### Privacy
Imgur collects information about your device and uses tracking cookies for advertising, this is mentioned in their [privacy policy ](https://imgur.com/privacy/ ). [Blacklight ](https://themarkup.org/blacklight ) found 31 trackers and 87 third-party cookies.
See what cookies and trackers Imgur uses and where your data gets sent: https://themarkup.org/blacklight?url=imgur.com
2022-10-31 01:57:53 +00:00
## Usage
Replace imgur.com or i.imgur.com with the instance domain. For i.stack.imgur.com, replace i.stack.imgur.com with the instance domain and add stack/ before the media ID. You can use a browser extension to do this [automatically ](#automatically-redirect-links ).
Imgur: `https://imgur.com/gallery/j2sOQkJ` -> `https://rimgo.bcow.xyz/gallery/j2sOQkJ`
Stack Overflow: `https://i.stack.imgur.com/KnO3v.jpg?s=64&g=1` -> `https://rimgo.bcow.xyz/stack/KnO3v.jpg?s=64&g=1`
2023-07-01 16:36:08 +00:00
To automatically redirect Imgur links, see [Redirection ](https://rimgo.codeberg.page/docs/usage/redirection/ ).
2022-01-17 23:08:00 +00:00
## Instances
2023-09-23 23:19:17 +00:00
Available at https://rimgo.codeberg.page/ or https://codeberg.org/rimgo/instances
2023-01-25 13:57:01 +00:00
2022-01-17 23:30:51 +00:00
## Install
2022-02-11 23:50:24 +00:00
2023-07-01 16:36:08 +00:00
See [Install ](https://rimgo.codeberg.page/docs/getting-started/install/ ).
2023-06-10 16:13:59 +00:00
2021-10-06 16:19:35 +00:00
## Configuration
2023-07-01 16:36:08 +00:00
See [Configuration ](https://rimgo.codeberg.page/docs/usage/configuration/ ).
2021-10-07 06:00:50 +00:00
## Contributing
2023-06-10 16:27:20 +00:00
Pull requests are welcome! If you have any questions or bug reports, open an [issue ](https://codeberg.org/rimgo/rimgo/issues/new ).
2021-10-07 06:00:50 +00:00
2022-10-23 00:32:17 +00:00
## License
This software is released under the AGPL-3.0 license. If you make any modifications to the code and distribute it (including use on a network server), you must publicly distribute your changes and release them under the AGPL-3.0.