Merge pull request #5 from keppo070/master

Update template.json
This commit is contained in:
Jos Visser 2020-05-23 12:01:39 +02:00 committed by GitHub
commit a5c3f6cb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -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",