mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -3,8 +3,9 @@ ARG BUILD_VERSION
|
||||
|
||||
FROM ${BUILD_FROM}${BUILD_VERSION}
|
||||
|
||||
RUN \
|
||||
# Install bashio
|
||||
RUN apt-get update \
|
||||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
@@ -30,7 +31,6 @@ RUN apt-get update \
|
||||
&& sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \
|
||||
# Remove fixed folders, allows connection to webUI
|
||||
&& sed '11,13d' /defaults/qBittorrent.conf \
|
||||
# Allow connection to webUI
|
||||
&& echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \
|
||||
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
|
||||
&& echo 'WebUI\Username=Homeassistant' >> /defaults/qBittorrent.conf
|
||||
|
||||
Reference in New Issue
Block a user