mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
api | ||
pages | ||
samples | ||
src | ||
static | ||
types | ||
views | ||
.dockerignore | ||
.gitignore | ||
config.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
rimgo: An alternative frontend for Imgur
A Go rewrite of rimgu.
Rimgu was inspired by:
Features:
- URL-compatible with i.imgur.com - just replace the domain in the URL
- Images and videos (gifv, mp4) returned directly
- Galleries with comments
- Albums
- User page
- Tag page
- Supports http(s) forward proxy
- Streaming
- Localization/internationalization
- Pretty CSS styling (responsive?)
- Support for other popular image sites than only imgur
- Filtering and exploration on user/tags pages
- Responsive scaling of videos on user/tags pages
- Logo
- SOCKS5 proxy support
Building
Locally
Dependencies:
- Go version X or later
$ npm install && npm run build
Docker
$ docker-compose up -d
Running
Locally
$ ./rimgo
If you decide to run a public instance, consider opening an issue to have it listed here :)
Contributing
PRs are welcome!