-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcups-google-print.xml
More file actions
27 lines (27 loc) · 2.37 KB
/
cups-google-print.xml
File metadata and controls
27 lines (27 loc) · 2.37 KB
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
<?xml version="1.0"?>
<Container version="2">
<Name>cups-google-print</Name>
<Repository>mnbf9rca/cups-google-print</Repository>
<Registry>https://hub.docker.com/r/mnbf9rca/cups-google-print/</Registry>
<Network>host</Network>
<Shell>sh</Shell>
<Privileged>true</Privileged>
<Support>https://github.com/mnbf9rca/cups-google-print</Support>
<Project>https://github.com/mnbf9rca/cups-google-print</Project>
<Overview>cups-google-print</Overview>
<Category>Tools:</Category>
<WebUI>https://[IP]:[PORT:631]/</WebUI>
<ExtraParams>-d</ExtraParams>
<TemplateURL>https://raw.githubusercontent.com/sofs2005/unraidtemp/main/cups-google-print.xml</TemplateURL>
<Icon>https://github.com/sofs2005/unraidtemp/raw/main/Icons/printer.png</Icon>
<Description>cups-google-print</Description>
<Config Name="TCP_PORT_631" Target="TCP_PORT_631" Default="631" Mode="tcp" Description="port" Type="Variable" Display="always" Required="false" Mask="false">631</Config>
<Config Name="config" Target="/config" Default="/mnt/user/appdata/cups-google-print" Mode="rw" Description="config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/cups-google-print</Config>
<Config Name="dev" Target="/dev" Default="/dev/" Mode="rw" Description="dev" Type="Path" Display="always" Required="true" Mask="false">/dev/</Config>
<Config Name="avahi" Target="/avahi" Default="/etc/avahi/services" Mode="rw" Description="avahi" Type="Path" Display="always" Required="true" Mask="false">/etc/avahi/services</Config>
<Config Name="dbus" Target="/var/run/dbus" Default="/var/run/dbus" Mode="rw" Description="dbus" Type="Path" Display="always" Required="true" Mask="false">/var/run/dbus</Config>
<Config Name="TZ" Target="TZ" Default="UTC" Mode="" Description="TZ" Type="Variable" Display="always" Required="false" Mask="false">UTC+8</Config>
<Config Name="HOST_OS" Target="HOST_OS" Default="unRAID" Mode="" Description="HOST_OS" Type="Variable" Display="always" Required="false" Mask="false">unRAID</Config>
<Config Name="CUPS_USER_ADMIN" Target="CUPS_USER_ADMIN" Default="admin" Mode="" Description="CUPS_USER_ADMIN" Type="Variable" Display="always" Required="false" Mask="false">admin</Config>
<Config Name="CUPS_USER_PASSWORD" Target="CUPS_USER_PASSWORD" Default="pass" Mode="" Description="CUPS_USER_PASSWORD" Type="Variable" Display="always" Required="false" Mask="false">pass</Config>
</Container>