🚀 Angry-ip-scanner: Change tp ghcr (#118)

This commit is contained in:
Max Winterstein
2022-11-29 08:46:40 +01:00
committed by GitHub
parent b615cfcd6c
commit 7fd7141537
21 changed files with 32 additions and 24 deletions

View File

@@ -2,4 +2,4 @@
# From https://github.com/Poeschl/Hassio-Addons # From https://github.com/Poeschl/Hassio-Addons
# name: slug/filename ; could be slug/config.* for all files # name: slug/filename ; could be slug/config.* for all files
adsb-multi-portal-feeder: adsb-multi-portal-feeder/config.* # Image : yes adsb-multi-portal-feeder: adsb-multi-portal-feeder/config.* # Image : yes
angry-ip-scanner: angry-ip-scanner/config.* # Image : yes angryipscanner: angryipscanner/config.* # Image : yes

View File

@@ -1,5 +0,0 @@
# Changelog
## 0.1.0
- Initial release

View File

@@ -1,4 +0,0 @@
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-debian:buster
amd64: ghcr.io/home-assistant/amd64-base-debian:buster
armhf: ghcr.io/home-assistant/armhf-base-raspbian:buster

View File

@@ -0,0 +1,9 @@
# Changelog
## 1.0.0 // 28.11.2022
- Change to ghcr
## 0.1.0
- Initial release

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:buster ARG BUILD_FROM
FROM $BUILD_FROM FROM $BUILD_FROM
# Set shell # Set shell

View File

@@ -0,0 +1,7 @@
{
"build_from": {
"armhf": "ghcr.io/home-assistant/armhf-base-raspbian:buster",
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:buster",
"amd64": "ghcr.io/home-assistant/amd64-base-debian:buster"
}
}

View File

@@ -1,6 +1,7 @@
version: 0.1.0 version: 1.0.0
slug: angryipscanner slug: angryipscanner
name: Angry IP Scanner name: Angry IP Scanner
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
description: Fast and friendly network scanner description: Fast and friendly network scanner
url: https://github.com/MaxWinterstein/homeassistant-addons/ url: https://github.com/MaxWinterstein/homeassistant-addons/
arch: arch:

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 398 KiB

After

Width:  |  Height:  |  Size: 398 KiB