mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 01:48:16 +01:00
added openvpn chmod
This commit is contained in:
@@ -46,7 +46,9 @@ RUN \
|
||||
# Remove fixed folders, allows connection to webUI
|
||||
&& sed '11,13d' /defaults/qBittorrent.conf \
|
||||
&& echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \
|
||||
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf
|
||||
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
|
||||
# chmod openvpn files
|
||||
&& chmod +x /etc/openvpn/up-qbittorrent.sh
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user