Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

imgbi/img.bi

Repository files navigation

img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload.

DEPRECATED NOTICE

img.bi software is really old, not supported and you should not use it.

For alternative, check out icsend.

Description

imgbi-server is a tool to build and host img.bi instance. I can be used alone, although it's recommended to use it with some webserver like nginx.

Installation

You can get imgbi-server from npm

npm install -g imgbi-server

See --help for usage info.