Stylite / takui

A crystal based simple image host

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

takui

A simple crystal based image host.

Installation

$ git clone https://github.com/stylite/takui
$ cd takui
$ shards install
$ crystal build --release src/takui.cr
$ export KEMAL_ENV=production # or you can edit in Kemal.config.env = "production"
$ ./takui

Make sure to fill out a config.yaml file. An example is placed here Config

Contributing

  1. Fork it (https://github.com/stylite/takui/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A crystal based simple image host

License:ISC License


Languages

Language:Crystal 86.1%Language:Shell 13.9%