From ecf61893646bea89de2b4010f01d9c2cc37d7bdd Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 23 Feb 2022 00:11:36 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-nzbget.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/images/docker-nzbget.md b/images/docker-nzbget.md index 2095cb8b6..98cb340fb 100644 --- a/images/docker-nzbget.md +++ b/images/docker-nzbget.md @@ -89,6 +89,8 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/London + - NZBGET_USER=nzbget #optional + - NZBGET_PASS=tegbzn6789 #optional volumes: - /path/to/data:/config - /path/to/downloads:/downloads #optional @@ -105,6 +107,8 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ + -e NZBGET_USER=nzbget `#optional` \ + -e NZBGET_PASS=tegbzn6789 `#optional` \ -p 6789:6789 \ -v /path/to/data:/config \ -v /path/to/downloads:/downloads `#optional` \ @@ -129,6 +133,8 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | +| `NZBGET_USER=nzbget` | Specify the user for web authentication. | +| `NZBGET_PASS=tegbzn6789` | Specify the password for web authentication. | ### Volume Mappings (`-v`) @@ -191,7 +197,8 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions -* **04.07.21:** - Rebase to alpine 3.14 +* **22.02.22:** - Rebase to alpine 3.15, add six and python 7zip tools, allow env variables for credentials. +* **04.07.21:** - Rebase to alpine 3.14. * **28.05.21:** - Add linuxserver wheel index. * **23.01.21:** - Rebasing to alpine 3.13. * **26.10.20:** - Fix python dependencies.