From 5b91baace5fbe9477ec88e79e871171d1a7f080e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:18:29 +0100 Subject: [PATCH] Allow custom ui https://github.com/alexbelgium/hassio-addons/issues/527 --- qbittorrent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/README.md b/qbittorrent/README.md index 2d0c6129f..408d516c7 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -51,7 +51,7 @@ ssl: true/false certfile: fullchain.pem #ssl certificate, must be located in /ssl keyfile: privkey.pem #sslkeyfile, must be located in /ssl whitelist: "localhost,192.168.0.0/16" # list ip subnets that won't need a password (optional) -customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start. +customUI: selection from list # alternative webUI can be set here. Latest version set at each addon start. Select 'custom' to fill it yourself in the webui DNS_servers: 8.8.8.8,1.1.1.1 # Keep blank to use router’s DNS, or set custom DNS to avoid spamming in case of local DNS ad-remover SavePath: "/share/qbittorrent" # Define the download directory localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...