• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle






  • It depends whether a whole season torrent exists or not. If sonarr can identify one thats a whole season, it should download that when you search at season level. If youve searched individual episode at a time, youll get a single one.

    You can do an interactive search and iirc specify full season during that search



  • When you tried caddy and received an error, that looks like you are getting the wrong image name.

    Then you mentioned deleting caddyfile as the configuration didn’t work. But, if I am following correctly the caddyfile wouldn’t yet be relevant if the caddy container hadn’t actually ran.

    Pulling from Caddys docs, you should just need to run

    $ docker run -d -p 80:80 \
        -v $PWD/Caddyfile:/etc/caddy/Caddyfile \
        -v caddy_data:/data \
        caddy
    

    Where $PWD is the current directory the terminal is currently in.

    Further docs for then configuring for HTTPs you can find here under

    Automatic TLS with the Caddy image

    https://hub.docker.com/_/caddy