aba74e1abc | ||
---|---|---|
samples | ||
src | ||
static/css | ||
templates | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
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.