#file-upload #image #upload

app kimage

A simple image upload and serve service

1 unstable release

0.1.3 Jun 23, 2024
0.1.2 Jun 23, 2024
0.1.1 Jun 23, 2024
0.1.0 Jun 23, 2024

#1079 in HTTP server

24 downloads per month

MIT license

24KB
195 lines

Cheap and cheerful image server + uploader

Installation

cargo install kimage

Config

  • must be in ~/.config/kimage.toml on server and local *
server_url="https://img.domain.com"
port=8001
api_key="inserthere"
storage_path="/hard-path/to/images"

Usage ( server )

Run kimage-serve on the server

Have appropriate https, domain etc set up

Usage ( local )

kimage IMAGE.png

URL will be copied to clipboard

Dependencies

~27–43MB
~739K SLoC