From faf85fbabd2494cf890fcb9fe0a7909d80e3749d Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 28 Aug 2016 15:53:39 +0100 Subject: [PATCH] add badges to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ae1570..5032681 100644 --- a/README.md +++ b/README.md @@ -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.