add badges to README

This commit is contained in:
sparklyballs 2016-08-28 15:53:39 +01:00
parent bb1fae9a9b
commit faf85fbabd

View File

@ -6,6 +6,10 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r
* [Podcast](https://www.linuxserver.io/index.php/category/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
# linuxserver/jackett
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/jackett.svg)][hub]
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/jackett.svg)][hub]
[![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-jackett)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-jackett/)
[hub]: https://hub.docker.com/r/linuxserver/jackett/
Jackett works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.[Jackett](https://github.com/Jackett/Jackett)
@ -57,5 +61,6 @@ More info at [Jackett](https://github.com/Jackett/Jackett).
## Versions
+ **28.08.16:** Add badges to README.
+ **06.08.16:** Rebase to alpine linux for smaller image.
+ **25.01.16:** Initial Release.