From 5d3dc83f312de7d8649d4f077b1c44227b42a7e6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 22 Feb 2022 15:30:52 +0100 Subject: [PATCH] Update README.md --- qbittorrent/README.md | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/qbittorrent/README.md b/qbittorrent/README.md index 1e0534399..72c0bd13d 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -32,21 +32,6 @@ This addons has several configurable options : - optional openvpn support - allow setting specific DNS servers -## Installation - ---- - -The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on. - -1. Add my add-ons repository to your home assistant instance (in supervisor addons store at top right, or click button below if you have configured my HA) - [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons) -1. Install this add-on. -1. Click the `Save` button to store your configuration. -1. Set the add-on options to your preferences -1. Start the add-on. -1. Check the logs of the add-on to see if everything went well. -1. Open the webUI and adapt the software options - ## Configuration --- @@ -79,6 +64,21 @@ openvpn_password: YOURPASSWORD run_duration: 12h #for how long should the addon run. Must be formatted as number + time unit (ex : 5s, or 2m, or 12h, or 5d...) ``` +## Installation + +--- + +The installation of this add-on is pretty straightforward and not different in comparison to installing any other add-on. + +1. Add my add-ons repository to your home assistant instance (in supervisor addons store at top right, or click button below if you have configured my HA) + [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons) +1. Install this add-on. +1. Click the `Save` button to store your configuration. +1. Set the add-on options to your preferences +1. Start the add-on. +1. Check the logs of the add-on to see if everything went well. +1. Open the webUI and adapt the software options + ## Integration with HA Use the [qBittorrent integration](https://www.home-assistant.io/integrations/qbittorrent/) @@ -98,6 +98,13 @@ pull-filter ignore "tun-ipv6" pull-filter ignore "ifconfig-ipv6" ``` +### nginx error code + +>[cont-init.d] 30-nginx.sh: executing... +>[cont-init.d] 30-nginx.sh: exited 1. + +Wait a couple minutes and restart addon, it could be a temporary unavailability of github + ## Support Create an issue on github, or ask on the [home assistant thread](https://community.home-assistant.io/t/home-assistant-addon-qbittorrent/279247)