remove old-v0.2-style CLI call to /bin/archive in archivebox

This commit is contained in:
Nick Sweeting 2020-07-30 13:19:25 -04:00 committed by GitHub
parent 6169135fb7
commit 1b9572441a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ 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>