takui

Version, currently master branch1 version
  • master branchlatestAug 31, 2020

github.com/Stylite/takui

A crystal based simple image host

0 stars
0 dependents
License: ISC

Installation

# Add this to your shard.yml
dependencies:
  takui:
    github: Stylite/takui
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.34.0
License
ISC
Author
William
Target
  • takui from src/takui.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • totem*github: icyleaf/totem

README

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