--- # project information project_name: hydra2 project_url: "https://github.com/theotherp/nzbhydra2" project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png" project_blurb: | [{{ project_name|capitalize }}]({{ project_url }}) 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. project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_blurb_optional_extras_enabled: false # supported architectures available_architectures: - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"} # development version development_versions: false # container parameters common_param_env_vars_enabled: true param_container_name: "{{ project_name }}" param_usage_include_net: false param_usage_include_env: true param_env_vars: - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." } param_usage_include_vols: true param_volumes: - { vol_path: "/config", vol_host_path: "", desc: "Where hydra2 should store config files." } - { vol_path: "/downloads", vol_host_path: "", desc: "NZB download folder." } param_usage_include_ports: true param_ports: - { external_port: "5076", internal_port: "5076", port_desc: "WebUI" } param_device_map: false cap_add_param: false # optional container parameters opt_param_usage_include_env: false opt_param_usage_include_vols: false opt_param_usage_include_ports: false opt_param_device_map: false opt_cap_add_param: false optional_block_1: false # application setup block app_setup_block_enabled: true app_setup_block: | The web interface is at `:5076` , to set up indexers and connections to your nzb download applications. # changelog changelogs: - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." } - { date: "11.02.19:", desc: "Add pipeline logic and multi arch." } - { date: "18.08.18:", desc: "Bump java version to 10, (bionic currently refers to it as version 11)." } - { date: "10.08.18:", desc: "Rebase to ubuntu bionic." } - { date: "15.04.18:", desc: "Change to port 5076 in the Dockerfile." } - { date: "11.01.18:", desc: "Initial Release." }