[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-12-18 13:01:24 +00:00
committed by Max Winterstein
parent 2ee5d49203
commit 771665c5b7
4 changed files with 18 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
## 2.0.0 -- 18.12.2022 ## 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.
--- ---

View File

@@ -3,8 +3,10 @@
<a href='https://ko-fi.com/MaxWinterstein' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com'></a> <a href='https://ko-fi.com/MaxWinterstein' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com'></a>
## Credits ## 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 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 🚨 ## 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)

View File

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

View File

@@ -7,13 +7,13 @@ image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}
description: A CUPS print server with Avahi installed description: A CUPS print server with Avahi installed
url: https://github.com/MaxWinterstein/homeassistant-addons/ url: https://github.com/MaxWinterstein/homeassistant-addons/
arch: arch:
- armhf - armhf
- aarch64 - aarch64
- amd64 - amd64
startup: application startup: application
boot: auto boot: auto
usb: 'true' usb: "true"
init: 'false' init: "false"
homeassistant_api: true homeassistant_api: true
# host_network: false # host_network: false
ports: ports:
@@ -24,7 +24,7 @@ ports_description:
631/udp: For other devices on the local network to print to this server 631/udp: For other devices on the local network to print to this server
ingress: false ingress: false
map: map:
- ssl - ssl
options: options:
ssl: true ssl: true
certfile: fullchain.pem certfile: fullchain.pem