mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Fix permission error of angry ip scanner (#119)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user