Merge pull request #47 from pirate/patch-2

Update ArchiveBox template to use new official docker image
This commit is contained in:
A75G 2021-03-12 10:18:59 +03:00 committed by GitHub
commit aea6b2eb00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<Container version="2"> <Container version="2">
<Name>archivebox</Name> <Name>archivebox</Name>
<Repository>nikisweeting/archivebox:latest</Repository> <Repository>archivebox/archivebox:latest</Repository>
<Registry>https://hub.docker.com/r/nikisweeting/archivebox/</Registry> <Registry>https://hub.docker.com/r/archivebox/archivebox/</Registry>
<Network>bridge</Network> <Network>bridge</Network>
<Shell>bash</Shell> <Shell>bash</Shell>
<Privileged>false</Privileged> <Privileged>false</Privileged>
@ -15,10 +15,10 @@ Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-ins
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/archivebox.xml</TemplateURL> <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> <Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/archivebox.png</Icon>
<ExtraParams>-it</ExtraParams> <ExtraParams>-it</ExtraParams>
<PostArgs>bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archive; tail -f /dev/null'</PostArgs> <PostArgs>server 0.0.0.0:8000</PostArgs>
<DateInstalled>1596121988</DateInstalled> <DateInstalled>1596121988</DateInstalled>
<Description>The self-hosted internet archiver. &#xD; <Description>The self-hosted internet archiver. &#xD;
Guide - https://github.com/A75G/docker-templates/blob/master/README.md#first-installation (Important)</Description> 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="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> <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> </Container>