aboutsummaryrefslogtreecommitdiff
path: root/readme-vars.yml
blob: 99d8f4422da8e76daf263f8aaa29ae8073210fef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---

# project information
project_name: nzbhydra2
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.
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
# supported architectures
available_architectures:
  - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
  - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# development version
development_versions: true
development_versions_items:
  - {tag: "latest", desc: "Stable releases"}
  - {tag: "dev", desc: "Prereleases from their GitHub"}
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
  - {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/data", desc: "Where nzbhydra2 should store config data."}
param_usage_include_ports: true
param_ports:
  - {external_port: "5076", internal_port: "5076", port_desc: "WebUI"}

opt_param_usage_include_vols: true
opt_param_volumes:
  - {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "NZB download folder."}
# application setup block
app_setup_block_enabled: true
app_setup_block: |
  The web interface is at `<your ip>:5076` , to set up indexers and connections to your nzb download applications.
# changelog
changelogs:
  - {date: "18.07.24:", desc: "Rebase to Ubuntu Noble. Remove standalone JRE ([#46](https://github.com/linuxserver/docker-nzbhydra2/pull/46))."}
  - {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
  - {date: "22.01.23:", desc: "Update release URL for arch-specific packages."}
  - {date: "20.01.23:", desc: "Update dependencies for v5."}
  - {date: "10.12.22:", desc: "Bump master JRE to v17. Default mapIpToHost to false."}
  - {date: "11.09.22:", desc: "Migrate to s6v3."}
  - {date: "03.05.22:", desc: "Rebase to Jammy."}
  - {date: "18.04.22:", desc: "Rebase to Alpine 3.15."}
  - {date: "01.05.20:", desc: "Reorganize container, Relocate app to /app/nzbhydra2/bin, Create /app/nzbhydra2/package_info, Use nzbhydra2wrapperPy3.py from zip."}
  - {date: "14.04.20:", desc: "Correct Name, Hydra2 -> NZBHydra2."}
  - {date: "08.01.20:", desc: "Switch to python3."}
  - {date: "05.01.20:", desc: "Add dev tag for prereleases."}
  - {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."}
&id=5c989c957a6b6464e9faacde6d820830a7e70aaf&follow=1'>node/node_fs_binding.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Add abstraction for protecting values we're iterating onGravatar Jarred Sumner 1-8/+1
2022-04-01Update response.zigGravatar Jarred Sumner 1-1/+1
2022-04-01[bun.js] Fix use-after-free in Bun.writeGravatar Jarred Sumner 1-3/+3
2022-04-01Test written lengthGravatar Jarred Sumner 1-1/+1
2022-04-01http file exampleGravatar Jarred Sumner 2-0/+25
2022-04-01Fix sendfile() after changes to blobGravatar Jarred Sumner 1-500/+567
2022-04-01Fix mimetype valueGravatar Jarred Sumner 1-4/+37
2022-04-01Make `FetchHeaders` workjarred/fetchheadersGravatar Jarred Sumner 9-104/+95
2022-04-01[bun.js] Expose `ErrorEvent`Gravatar Jarred Sumner 2-37/+52
2022-04-01[bun.js] Use `Headers` from WebKit instead of customGravatar Jarred Sumner 44-843/+5918
2022-03-31Update WebKitGravatar Jarred Sumner 1-0/+0
2022-03-31Delete unusedGravatar Jarred Sumner 1-5/+0
2022-03-31Allow a little leeway when HMRGravatar Jarred Sumner 1-1/+2
2022-03-31Fix more infinite loopsGravatar Jarred Sumner 1-2/+2
2022-03-31Bugfixes to how we build WebCore codeGravatar Jarred Sumner 29-170/+384
2022-03-31[bun dev] Re-create the shared buffer for each websocketGravatar Jarred Sumner 1-6/+5
2022-03-31[bun dev] Improve HMR reliability when filesystem is slow or reading large filesGravatar Jarred Sumner 2-19/+68
2022-03-31Fix possible infinite loopsGravatar Jarred Sumner 1-3/+3
2022-03-30Update bindings.cppGravatar Jarred Sumner 1-0/+24
2022-03-30[bun.js] Support `file://` URLs in node fsGravatar Jarred Sumner 9-6/+102
2022-03-30Bump target next version to 12.1.3Gravatar Jarred Sumner 1-1/+1
2022-03-30Add test for Bun.hash that runs it with a Uint8ArrayGravatar Jarred Sumner 1-8/+16