-
Notifications
You must be signed in to change notification settings - Fork 5
/
glance.xml
32 lines (32 loc) · 2 KB
/
glance.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
<?xml version="1.0"?>
<Container version="2">
<Name>Glance</Name>
<Repository>glanceapp/glance</Repository>
<Registry>https://hub.docker.com/r/glanceapp/glance</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/167893-support-devzwf-glance/</Support>
<Project>https://github.com/glanceapp/glance</Project>
<Overview>What if you could see everything at a...

Glance </Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/glance_logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1717902672</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>Container expect a "glance.yml" file to be mounted at /app/glance.yml before running. See https://github.com/glanceapp/glance/blob/main/docs/configuration.md for more information.</Requires>
<Config Name="Timezone" Target="/etc/timezone" Default="/etc/timezone" Mode="ro" Description="" Type="Path" Display="always-hide" Required="true" Mask="false">/etc/timezone</Config>
<Config Name="Localtime" Target="/etc/localtime" Default="/etc/localtime" Mode="ro" Description="" Type="Path" Display="always-hide" Required="true" Mask="false">/etc/localtime</Config>
<Config Name="Config File" Target="/app/glance.yml" Default="" Mode="rw" Description="Configuration File MUST EXIST BEFORE FIRST RUN" Type="Path" Display="always" Required="true" Mask="false">/mnt/apps/appdata/glance/glance.yml</Config>
<Config Name="Web UI port" Target="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Changes>### 2024.06.08
- Initial Release</Changes>
</Container>