From 161335d74d14545a653270a22577062d91d3fca6 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 11 Aug 2024 12:51:58 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-nzbhydra2.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/images/docker-nzbhydra2.md b/docs/images/docker-nzbhydra2.md index f1cdbde1b..81d089c78 100644 --- a/docs/images/docker-nzbhydra2.md +++ b/docs/images/docker-nzbhydra2.md @@ -18,7 +18,7 @@ title: nzbhydra2 [Nzbhydra2](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 replacing NZBHydra 1 and supports migrating from V1. 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. **NOTE:** The last version that supports migration is `linuxserver/nzbhydra2:v2.10.2-ls49` +It provides easy access to a number of raw and newznab based indexers. [![nzbhydra2](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png)](https://github.com/theotherp/nzbhydra2) @@ -66,8 +66,8 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config - - /nzb/download:/downloads + - /path/to/nzbhydra2/data:/config + - /path/to/downloads:/downloads #optional ports: - 5076:5076 restart: unless-stopped @@ -82,8 +82,8 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 5076:5076 \ - -v /path/to/data:/config \ - -v /nzb/download:/downloads \ + -v /path/to/nzbhydra2/data:/config \ + -v /path/to/downloads:/downloads `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/nzbhydra2:latest ``` @@ -110,7 +110,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | Where nzbhydra2 should store config files. | +| `/config` | Where nzbhydra2 should store config data. | | `/downloads` | NZB download folder. | #### Miscellaneous Options @@ -281,6 +281,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **18.07.24:** - Rebase to Ubuntu Noble. Remove standalone JRE ([#46](https://github.com/linuxserver/docker-nzbhydra2/pull/46)). * **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **22.01.23:** - Update release URL for arch-specific packages. * **20.01.23:** - Update dependencies for v5.