mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
9d769b2360d742c676cfb292464f8bf2434f4f34
rimgu: image host alternative frontend
rimgu is an alternative frontend / proxy for imgur
It's read-only and works without browser JavaScript. Images and albums can be viewed without wasting resources and anyonymity from downloading and running tracking scripts. No sign-up nags.
It's lightweight and easy to configure.
Inspired by and (soon) integratable with:
Building
Locally
Dependencies:
- node.js >= v16 (earlier most likely works fine)
$ npm install && npm run build
Docker
$ docker build -t rimgu:latest .
Running
Locally
$ node dist/index.js
Docker
$ docker run -p 8080:8080 -e -it RIMGU_ADDRESS=0.0.0.0 -e RIMGU_PORT=8080 rimgu:latest
Configuration
Rimgu is configured via environment variables. See available variable in src/config.ts.
Description
Languages
Go
55.7%
Handlebars
41.2%
CSS
2%
Dockerfile
0.6%
Just
0.5%