Simple image server in golang.
One of the quickest ways to get Radian up and running on your machine is by using Docker.
- Edit user info in config.toml file:
[user]
accesskey = "admin"
privatekey = "123456"
- 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
(authentication needed)
/upload/sendfile: Upload from postfile /upload/byurl: Upload from url /upload: Simple gui for manual upload
/show/:filename: Show file /resize/thumbnail/:width/:height/:filename: Show thumbnail
and more ...
Published under Apache License 2.0