-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3eb570c
commit 987dfe0
Showing
6 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Use hassio-addons/workflows/addon-deploy again |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Home Assistant Add-on: CUPS AirPrint | ||
|
||
CUPS addon with working Avahi in reflector mode. | ||
|
||
Tested with Home Assistant version **2023.9** | ||
|
||
CUPS administrator login: **print**, password: **print** (can be changed in the Dockerfile) | ||
|
||
Configuration data is stored in **/data/cups** folder | ||
|
||
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fjoschi%2Fhomeassistant-addon-cups-airprint) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: CUPS | ||
version: 174b27c | ||
slug: cups-airprint | ||
description: A CUPS print server with working AirPrint | ||
url: https://github.com/joschi/homeassistant-addons | ||
arch: | ||
- aarch64 | ||
- amd64 | ||
- armhf | ||
- armv7 | ||
- i386 | ||
usb: true | ||
init: false | ||
homeassistant_api: true | ||
host_network: true | ||
ports: | ||
631/tcp: 631 | ||
631/udp: 631 | ||
ports_description: | ||
631/tcp: 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: true | ||
ingress_port: 0 | ||
panel_icon: mdi:printer | ||
map: | ||
- config:rw | ||
image: ghcr.io/joschi-ha/cups-airprint/{arch} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.