Skip to content

Commit 5e11e26

Browse files
author
hywax
committed
feat(templates): unraid (#102)
1 parent c1ed2ce commit 5e11e26

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: .templates/unraid.xml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<Container version="2">
3+
<Name>mafl</Name>
4+
<Repository>hywax/mafl</Repository>
5+
<Registry>https://hub.docker.com/r/hywax/mafl</Registry>
6+
<Network>bridge</Network>
7+
<Privileged>false</Privileged>
8+
<Support>https://github.com/hywax/mafl/issues/new/choose</Support>
9+
<Shell>sh</Shell>
10+
<Branch>
11+
<Tag>latest</Tag>
12+
<TagDescription>Stable releases from GitHub</TagDescription>
13+
</Branch>
14+
<Project>https://mafl.hywax.space/</Project>
15+
<Overview>Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!</Overview>
16+
<WebUI>http://[IP]:[PORT:3000]</WebUI>
17+
<TemplateURL>false</TemplateURL>
18+
<Icon>https://mafl.hywax.space/logotype.svg</Icon>
19+
<Config Name="WebUI Port" Target="3000" Default="3000" Mode="tcp" Description="Web UI Port" Type="Port" Display="always" Required="true" Mask="false">3000</Config>
20+
<Config Name="Config" Target="/app/data/config.yml" Default="/mnt/user/appdata/mafl/config.yaml" Mode="ro" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
21+
<Config Name="Local Icons" Target="/app/public/favicons" Default="/mnt/user/appdata/mafl/favicons" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false"/>
22+
<Config Name="Favicon Icons" Target="/app/public/icons" Default="/mnt/user/appdata/mafl/icons" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false"/>
23+
</Container>

0 commit comments

Comments
 (0)