linkace template
This commit is contained in:
parent
cb072f9575
commit
990c805e75
2 changed files with 20 additions and 0 deletions
BIN
templates/icons/linkace.png
Normal file
BIN
templates/icons/linkace.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
20
templates/linkace.xml
Normal file
20
templates/linkace.xml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>linkace</Name>
|
||||||
|
<Repository>linkace/linkace:simple</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/linkace/linkace/</Registry>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
|
||||||
|
<Project>https://www.linkace.org/</Project>
|
||||||
|
<Overview>&lt;p&gt;LinkAce is a self-hosted archive to collect links of your favorite websites. &lt;/p&gt;
|
||||||
|
&lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/linkace/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -O /mnt/user/appdata/linkace/.env https://raw.githubusercontent.com/Kovah/LinkAce/main/.env.docker.production&lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit .env with your configuration&lt;br&gt;&lt;br&gt;-start the linkace then CLI linkace&lt;br&gt;&lt;br&gt;&lt;em&gt;php artisan key:generate&lt;/em&gt;&lt;/p&gt;</Overview>
|
||||||
|
<Category>Productivity: Tools:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
||||||
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/linkace.xml</TemplateURL>
|
||||||
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/linkace.png</Icon>
|
||||||
|
<Description>&lt;p&gt;LinkAce is a self-hosted archive to collect links of your favorite websites. &lt;/p&gt;
|
||||||
|
&lt;p&gt;-&lt;span style="color: rgb(184, 49, 47);"&gt;Before you start CLI unraid&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;mkdir /mnt/user/appdata/linkace/&lt;/em&gt;&lt;br&gt;&lt;em&gt;wget -O /mnt/user/appdata/linkace/.env https://raw.githubusercontent.com/Kovah/LinkAce/main/.env.docker.production&lt;/em&gt;&lt;br&gt;&lt;br&gt;-Edit .env with your configuration&lt;br&gt;&lt;br&gt;-start the linkace then CLI linkace&lt;br&gt;&lt;br&gt;&lt;em&gt;php artisan key:generate&lt;/em&gt;&lt;/p&gt;</Description>
|
||||||
|
<Config Name="Port" Target="80" Default="4256" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">4256</Config>
|
||||||
|
<Config Name="Logs Path" Target="/app/storage/logs" Default="/mnt/user/appdata/linkace/logs/" Mode="rw" Description="Logs Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/linkace/logs/</Config>
|
||||||
|
<Config Name=".env File" Target="/app/.env" Default="/mnt/user/appdata/linkace/.env" Mode="rw" Description=".env File" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/linkace/.env</Config>
|
||||||
|
</Container>
|
Loading…
Reference in a new issue