diff --git a/cups/CHANGELOG.md b/cups/CHANGELOG.md index 3455d98..9e84174 100644 --- a/cups/CHANGELOG.md +++ b/cups/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.0 -- 18.12.2022 -* Changed `init` to `false` to make it at least starting. +- Changed `init` to `false` to make it at least starting. --- @@ -133,4 +133,4 @@ Original Changelog: ## 1.0.0-alpha.1 -- Initial release \ No newline at end of file +- Initial release diff --git a/cups/README.md b/cups/README.md index f5b9454..254dfdc 100644 --- a/cups/README.md +++ b/cups/README.md @@ -3,8 +3,10 @@ Buy Me a Coffee at ko-fi.com ## Credits + This Add-On is based on the work of https://github.com/Luk164/addon-repository - and just slighty adjusted to make it work. Thanks <3 ## Known Issues 🚨 - * mDNS is not working, therefore e.g. printeres are not announced via Avahi / Bonjour - see [#128](https://github.com/MaxWinterstein/homeassistant-addons/issues/128) - * Ingress is not working, so I disabled it for now. Please access the Webinterface via port 631, e.g. https://192.168.1.2:631 - see [#129](https://github.com/MaxWinterstein/homeassistant-addons/issues/129) + +- mDNS is not working, therefore e.g. printeres are not announced via Avahi / Bonjour - see [#128](https://github.com/MaxWinterstein/homeassistant-addons/issues/128) +- Ingress is not working, so I disabled it for now. Please access the Webinterface via port 631, e.g. https://192.168.1.2:631 - see [#129](https://github.com/MaxWinterstein/homeassistant-addons/issues/129) diff --git a/cups/build.json b/cups/build.json index 31876df..6f9ae14 100644 --- a/cups/build.json +++ b/cups/build.json @@ -1,7 +1,7 @@ { - "build_from": { - "armhf": "ghcr.io/home-assistant/armhf-base-debian:bullseye", - "aarch64": "ghcr.io/home-assistant/aarch64-base-debian:bullseye", - "amd64": "ghcr.io/home-assistant/amd64-base-debian:bullseye" - } -} \ No newline at end of file + "build_from": { + "armhf": "ghcr.io/home-assistant/armhf-base-debian:bullseye", + "aarch64": "ghcr.io/home-assistant/aarch64-base-debian:bullseye", + "amd64": "ghcr.io/home-assistant/amd64-base-debian:bullseye" + } +} diff --git a/cups/config.yaml b/cups/config.yaml index 60a1809..ca37b41 100644 --- a/cups/config.yaml +++ b/cups/config.yaml @@ -7,13 +7,13 @@ image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch} description: A CUPS print server with Avahi installed url: https://github.com/MaxWinterstein/homeassistant-addons/ arch: -- armhf -- aarch64 -- amd64 + - armhf + - aarch64 + - amd64 startup: application boot: auto -usb: 'true' -init: 'false' +usb: "true" +init: "false" homeassistant_api: true # host_network: false ports: @@ -24,7 +24,7 @@ ports_description: 631/udp: For other devices on the local network to print to this server ingress: false map: -- ssl + - ssl options: ssl: true certfile: fullchain.pem