radian

command module
v0.0.0-...-4509264 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

README

Radian

Apache License

Simple image server in golang.

Docker quick start

One of the quickest ways to get Radian up and running on your machine is by using Docker.

  1. Edit user info in config.toml file:
[user]
accesskey = "admin"
privatekey = "123456"
  1. Build dockerfile and run your container :
docker build -t radian .
docker run -d -p 2112:2112 --volume /path/to/your/storage:/data --name radian-server radian

admin routes

(authentication needed)

/upload/sendfile: Upload from postfile /upload/byurl: Upload from url /upload: Simple gui for manual upload

Public routes

/show/:filename: Show file /resize/thumbnail/:width/:height/:filename: Show thumbnail

and more ...

License

Published under Apache License 2.0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL