mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
🚀 Angry-ip-scanner: Change tp ghcr (#118)
This commit is contained in:
2
.github/paths-filter.yml
vendored
2
.github/paths-filter.yml
vendored
@@ -2,4 +2,4 @@
|
||||
# From https://github.com/Poeschl/Hassio-Addons
|
||||
# name: slug/filename ; could be slug/config.* for all files
|
||||
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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- Initial release
|
||||
@@ -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
|
||||
9
angryipscanner/CHANGELOG.md
Normal file
9
angryipscanner/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.0 // 28.11.2022
|
||||
|
||||
- Change to ghcr
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- Initial release
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:buster
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
# Set shell
|
||||
7
angryipscanner/build.json
Normal file
7
angryipscanner/build.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
version: 0.1.0
|
||||
version: 1.0.0
|
||||
slug: angryipscanner
|
||||
name: Angry IP Scanner
|
||||
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
|
||||
description: Fast and friendly network scanner
|
||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||
arch:
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 398 KiB After Width: | Height: | Size: 398 KiB |
Reference in New Issue
Block a user