From b4bb347c03bc9c637f185e99d955c966c62ca969 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Thu, 5 Oct 2023 22:03:44 +0200 Subject: [PATCH] [Cups-dev] Adjust to my repo --- cups-dev/Dockerfile | 3 ++- cups-dev/README.md | 10 ++++++++++ cups-dev/config.yaml | 8 +++++--- cups-dev/repository.json | 5 ----- 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 cups-dev/repository.json diff --git a/cups-dev/Dockerfile b/cups-dev/Dockerfile index 1955b75..68d5acb 100644 --- a/cups-dev/Dockerfile +++ b/cups-dev/Dockerfile @@ -1,4 +1,5 @@ -FROM ghcr.io/hassio-addons/debian-base:7.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.1.0 +FROM $BUILD_FROM LABEL io.hass.version="1.0" io.hass.type="addon" io.hass.arch="aarch64|amd64" diff --git a/cups-dev/README.md b/cups-dev/README.md index 934734f..dc08749 100644 --- a/cups-dev/README.md +++ b/cups-dev/README.md @@ -1,3 +1,13 @@ +**Cups-dev** + +Test version of another try on cups. + +Based on the work of [zajac-grzegorz](https://github.com/zajac-grzegorz/homeassistant-addon-cups-airprint) - thanks for letting me steal it ❤️ + +--- + +Original README.md + # homeassistant addon cups airprint CUPS addon with working Avahi in reflector mode diff --git a/cups-dev/config.yaml b/cups-dev/config.yaml index 2aac76b..eac7ab7 100644 --- a/cups-dev/config.yaml +++ b/cups-dev/config.yaml @@ -1,6 +1,8 @@ name: CUPS -version: "1.0" -slug: cupsik +version: dev-01 +slug: cups-dev +url: https://github.com/MaxWinterstein/homeassistant-addons/ +image: ghcr.io/maxwinterstein/homeassistant-addon-cups-dev-{arch} description: A CUPS print server with working AirPrint arch: - amd64 @@ -18,4 +20,4 @@ ports_description: # ingress: false map: - config:rw - +stage: experimental \ No newline at end of file diff --git a/cups-dev/repository.json b/cups-dev/repository.json deleted file mode 100644 index 440afaf..0000000 --- a/cups-dev/repository.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Home Assistant CUPS + Airprint Add-On repository", - "url": "https://github.com/zajac-grzegorz/homeassistant-addon-cups-airprint", - "maintainer": "Grzegorz Zajac" -}