[Cups-dev] Adjust to my repo

This commit is contained in:
Max Winterstein
2023-10-05 22:03:44 +02:00
parent 77f903e4de
commit b4bb347c03
4 changed files with 17 additions and 9 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -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"
}