garnet

Version, currently master branch1 version
  • master branchlatestJun 2, 2022

github.com/jhelbig/garnet

API and UI for archiving Online media like Youtube

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  garnet:
    github: jhelbig/garnet
    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
1.4.1
License
MIT
Author
Jake Helbig
Target
  • garnet from src/garnet.cr

Dependencies

Runtime Dependencies

  • ydl*github: jhelbig/ydl
  • cors*github: prutya/cors
  • redis*github: stefanwille/crystal-redis
  • router*github: jhelbig/router.cr
  • watcher*github: faustinoaq/watcher

README

garnet

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

docker run -e YDL_PATH=/downloads -v "${HOME}/Downloads:/downloads" -p 80:8080 --name garnet_ytdl jhelbig/garnet:latest

Development

TODO: Write development instructions here https://github.com/jhelbig/router.cr https://github.com/jhelbig/ydl https://github.com/faustinoaq/watcher https://github.com/stefanwille/crystal-redis

Contributing

  1. Fork it (https://github.com/your-github-user/garnet/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