From b136456f87d15aa6b9749f60f89537e4bb536f2c Mon Sep 17 00:00:00 2001 From: keppo070 Date: Sat, 23 May 2020 10:32:12 +0200 Subject: [PATCH] Update template.json added linuxserver/nzbhydra2 hydra and hydra2 are deprecated --- Template/template.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Template/template.json b/Template/template.json index 2e7c24b..c085181 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1429,6 +1429,34 @@ } ] }, + { + "type": 1, + "title": "nzbhydra2", + "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.", + "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/hydra-icon.png", + "image": "linuxserver/nzbhydra2:latest", + "categories": ["Downloaders", "Other", "Tools"], + "platform": "linux", + "ports": [ + "5076/tcp" + ], + "volumes": [ + {"container": "/config" }, + {"container": "/downloads"} + ], + "env": [ + { + "name":"PUID", + "label":"PUID", + "set":"" + }, + { + "name":"PGID", + "label":"PGID", + "set":"" + } + ] + }, { "type": 1, "title": "projectsend",