add hydra2

This commit is contained in:
Arne Petersen
2019-05-30 14:24:19 +02:00
parent 291779884e
commit 9c6a9a5076
7 changed files with 80 additions and 1 deletions

33
hydra2/config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "hydra2",
"version": "0.0.1",
"slug": "hydra2",
"description": "Meta search application for NZB indexers",
"url": "https://github.com/petersendev/hassio-addons/hydra2",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"ports": {
"5076/tcp": 5076
},
"ports_description": {
"5076/tcp": "web interface"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:5076]",
"boot": "auto",
"environment": {
"PUID": "1000",
"PGID": "1000"
},
"options": {},
"schema": {},
"image": "petersendev/hassio-hydra2-{arch}"
}