Giter VIP home page Giter VIP logo

jackett's Introduction

Hello!

I see you've found my profile page...I mainly hack together Docker images.

Anurag's github stats

If you like my work you can sponsor me with the Sponsor button you see everywhere.

Have you seen this pretty avatar/logo thingy? It had to be cheap, so... It was made possible by Freepik from flaticon.com.

jackett's People

Contributors

mrhotio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

siddev003

jackett's Issues

App installation failed after new update

Hi hotio,

This docker image started falling after last update with this error:

[cont-init.d] 00-start-container: exited 0.,
[cont-init.d] 01-install-app: executing... ,
curl: (3) malformed,
Installation of "" failed!,
[cont-init.d] 01-install-app: exited 1.,
[cont-finish.d] executing container finish scripts...,
[cont-finish.d] done.,
[s6-finish] waiting for services.,
[s6-finish] sending all processes the TERM signal.,
[s6-finish] sending all processes the KILL signal and exiting.,

I'm trying to find what URL is trying to get yet... will let you know if I do.

Unable to load jackett container

Hi hotio,

firstly apologies as I am new to docker, so it may be that I am doing something stupid, but I'm struggling to get your Jackett container working.

I already have your Radarr, Sonarr and Lidarr containers up and functioning, but for some reason Jackett just doesn't want to play ball.

I'm running all of them as service scripts so they start at system boot and this is the script I'm using for Jackett:

[Unit]
Description=jackett docker container
Requires=docker.service
After=docker.service
[Service]
Restart=always
RestartSec=30
ExecStart=/usr/bin/docker run --rm \
                              --name=jackett \
                              -e PUID=1000 \
                              -e PGID=1000 \
                              -e TZ=Europe/London \
                              -e UMASK=002 \
                              -v /home/craftyclown/.config/Docker/Jackett:/config \
                              -p 9117:9117 \
                              hotio/jackett
ExecStop=/usr/bin/docker stop jackett
[Install]
WantedBy=multi-user.target

Do you see anything odd about the way I'm calling it?

If I run docker ps I only see Radarr, Lidarr, Sonarr and Portainer running

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.