Merge pull request #3 from petersendev/hydra2

add hydra2
This commit is contained in:
Arne Petersen
2019-05-30 14:26:38 +02:00
committed by GitHub
7 changed files with 80 additions and 1 deletions

View File

@@ -49,4 +49,17 @@ jobs:
- template: .azure-pipelines/addon-template.yml - template: .azure-pipelines/addon-template.yml
parameters: parameters:
addon: 'znc' addon: 'znc'
arch: '--all'
- job: 'hydra2'
condition: and(eq(variables['Build.SourceBranchName'], 'master'), succeeded('Hadolint'), succeeded('JQ'))
dependsOn:
- 'Hadolint'
- 'JQ'
pool:
vmImage: 'ubuntu-16.04'
steps:
- template: .azure-pipelines/addon-template.yml
parameters:
addon: 'hydra2'
arch: '--all' arch: '--all'

5
hydra2/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM linuxserver/hydra2:v2.6.10-ls23
# use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/hydra2|g" /etc/services.d/nzbhydra2/run \
&& sed -i "s|/config|/config/hydra2|g" /etc/cont-init.d/30-config

28
hydra2/README.md Normal file
View File

@@ -0,0 +1,28 @@
# Hassio Add-ons by petersendev: HYDRA2
## About
[Hydra2](https://github.com/theotherp/nzbhydra2) is a meta search application for NZB indexers, the "spiritual successor" to NZBmegasearcH, and an evolution of the original application [NZBHydra](https://github.com/theotherp/nzbhydra).
It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is currently in its early stages and is in active development. Be wary that there may be some compatibility issues for those migrating from V1 to V2, so ensure you back up your old configuration before moving over to the new version.
This addon is based on the [docker image](https://github.com/linuxserver/docker-hydra2) from linuxserver.io.
## Installation
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Hass.io add-on.
1. [Add my Hass.io add-ons repository][repository] to your Hass.io instance.
1. Install this add-on.
1. Click the `Save` button to store your configuration.
1. Start the add-on.
1. Check the logs of the add-on to see if everything went well.
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
## Configuration
Webui can be found at `<your-ip>:5076`.
[repository]: https://github.com/petersendev/hassio-addons

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}"
}

BIN
hydra2/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
hydra2/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -2,7 +2,7 @@
"name": "znc", "name": "znc",
"version": "0.0.5", "version": "0.0.5",
"slug": "znc", "slug": "znc",
"description": "znc add-on based on linuxserver.io image", "description": "IRC network bouncer",
"url": "https://github.com/petersendev/hassio-addons/znc", "url": "https://github.com/petersendev/hassio-addons/znc",
"startup": "services", "startup": "services",
"arch": [ "arch": [