docker-templates-unraid/templates/archivebox.xml
2021-03-12 11:05:01 +03:00

24 lines
1.6 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>archivebox</Name>
<Repository>archivebox/archivebox:latest</Repository>
<Registry>https://hub.docker.com/r/archivebox/archivebox/</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://archivebox.io/</Project>
<Overview>The self-hosted internet archiver. &#xD;
Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-installation (Important)</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:[PORT:8000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/archivebox.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/archivebox.png</Icon>
<ExtraParams>-it</ExtraParams>
<PostArgs>bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archive; tail -f /dev/null'</PostArgs>
<DateInstalled>1596121988</DateInstalled>
<Description>The self-hosted internet archiver. &#xD;
Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-installation (Important)</Description>
<Config Name="Port" Target="8000" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/archivebox/" Mode="rw" Description="Data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/archivebox/</Config>
</Container>