Fix permission error of angry ip scanner (#119)

This commit is contained in:
Max Winterstein
2022-11-29 10:50:18 +01:00
committed by GitHub
parent 7825661d10
commit 3047ace4b9
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 1.1.0 // 29.11.2022
- Fix permission error
## 1.0.0 // 28.11.2022 ## 1.0.0 // 28.11.2022
- Change to ghcr - Change to ghcr

View File

@@ -27,3 +27,6 @@ RUN wget https://github.com/angryip/ipscan/releases/download/3.8.2/ipscan_3.8.2_
dpkg -i ipscan_3.8.2_all.deb dpkg -i ipscan_3.8.2_all.deb
COPY rootfs / COPY rootfs /
# Fix missing permissions - not really sure why this is needed
RUN chmod +x /etc/cont-init.d/nginx.sh /etc/cont-init.d/novnc.sh

View File

@@ -1,4 +1,4 @@
version: 1.0.0 version: 1.1.0
slug: angryipscanner slug: angryipscanner
name: Angry IP Scanner name: Angry IP Scanner
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch} image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}