Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geraldwuhoo/imgrs
Private front-end for Imgur. Rewritten in Rust. Mirror of https://gitlab.wuhoo.xyz/jerry/imgrs
https://github.com/geraldwuhoo/imgrs
imgur libre privacy proxy rust self-hosted
Last synced: 3 months ago
JSON representation
Private front-end for Imgur. Rewritten in Rust. Mirror of https://gitlab.wuhoo.xyz/jerry/imgrs
- Host: GitHub
- URL: https://github.com/geraldwuhoo/imgrs
- Owner: geraldwuhoo
- License: agpl-3.0
- Created: 2022-03-22T01:48:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T01:55:12.000Z (over 2 years ago)
- Last Synced: 2024-04-24T17:25:45.606Z (7 months ago)
- Topics: imgur, libre, privacy, proxy, rust, self-hosted
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- alternative-front-ends - imgrs - source alternative Imgur front-end focused on privacy. It's a Rust rewrite of a previous Imgur proxy project, Omgur. (Overview / Imgur)
README
# imgrs
Imgrs is a free and open-source alternative Imgur front-end focused on privacy.
Inspired by the [Invidious](https://github.com/iv-org/invidious), [Nitter](https://github.com/zedeus/nitter), and [Teddit](https://github.com/teddit-net/teddit) projects.
- No JavaScript or ads
- All requests go through the backend, client never talks to Imgur
- Prevents Imgur from tracking your IP or JavaScript fingerprint
- Lightweight
- Self-hostableThis is a Rust rewrite of a previous Imgur proxy project, [Omgur](https://git.geraldwu.com/gerald/omgur).
## Features roadmap
- [x] Direct image loading via https://i.imgur.com/
- [x] Imgur album loading via https://imgur.com/a/
- [ ] Imgur gallery loading via https://imgur.com/gallery/
- [x] Imgur post loading via https://imgur.com/
- [x] Redis caching for images
- [ ] Proper embedding of videos on albums/galleries (direct loading already works)
- [ ] Mock tests of the functionality
- [ ] Docker image
- [ ] Automatic GitLab CI/CD pipeline## Far-future roadmap
- [ ] Render comments on Imgur posts
- [ ] Frontpage imgur url form
- [ ] Public API endpoints