-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcups-airprint.xml
41 lines (41 loc) · 2.42 KB
/
cups-airprint.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<Container version="2">
<Name>Cups-Airprint</Name>
<Repository>chuckcharlie/cups-avahi-airprint:latest</Repository>
<Registry>https://hub.docker.com/r/chuckcharlie/cups-avahi-airprint</Registry>
<Network>host</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/129880-support-devzwf-cups-airprint</Support>
<Project>https://github.com/chuckcharlie/cups-avahi-airprint</Project>
<Overview>CUPS instance that is meant as an AirPrint relay for printers that are already on the network but not AirPrint capable.
CUPS supports printing to:

AirPrint™ and IPP Everywhere™ printers,
Network and local (USB) printers with Printer Applications, and
Network and local (USB) printers with (legacy) PPD-based printer drivers.

To add printers: visit the WebUI =&gt; Administration =&gt; Printers =&gt; Add Printer
The default admin credential : admin/admin (please Change when setting up your container)</Overview>
<Category>Tools: Network:Other</Category>
<WebUI>http://[IP]:[PORT:631]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/cups-logo.png</Icon>
<ExtraParams>--restart unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1666227770</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="CUPS Admin Username" Target="CUPSADMIN" Default="admin" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">admin</Config>
<Config Name="CUPS Admin Password" Target="CUPSPASSWORD" Default="admin" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="true">admin</Config>
<Config Name=" Avahi service Configs" Target="/services" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Printer Configs " Target="/config" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Logs" Target="/var/log/cups" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Changes>### 2022.10.20
- Add Support thread Link
### 2022.10.19
- Initial Release</Changes>
</Container>