~amk/bleck

A tool to autosnatch torrents based on a series of filters
small lil fix
Add apikey support
webproc: update to latest and pin version

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~amk/bleck
read/write
git@git.sr.ht:~amk/bleck

You can also use your local clone with git send-email.

#Artistwatch

#Installation

go get git.sr.ht/~amk/bleck/...

#Usage

  • fill out the config.toml with your details
  • run with artistwatch -config config.toml

#Docker exmaples

as a normal process:

bleck:
  build: ${THIS_REPO}
  volumes:
  - ./config:/config

with a webproc interface and bleck config editor:

bleck:
  build:
    context: ${THIS_REPO}
    dockerfile: Dockerfile-webproc
  environment:
  - HTTP_USER=admin
  - HTTP_PASS=password
  expose:
  - 80
  volumes:
  - ./config:/config

#Contributing

Please send patches to the mailing list Send any issues/requests to the issue tracker