From c8d3b77f534c0ce7d25d5d6f79b3c6a75b65e448 Mon Sep 17 00:00:00 2001 From: Adamo Date: Fri, 11 Dec 2020 02:38:37 -0500 Subject: [PATCH] Added archivebox. --- data.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data.json b/data.json index 0ec8be4..f4764a9 100644 --- a/data.json +++ b/data.json @@ -113,6 +113,24 @@ "Can't reach the volumes?" ] }, + "archivebox": { + "repo": "apps/archivebox.git", + "docker": { + "image": "archivebox/archivebox", + "options": [ + [ + "--publish", + "8000:8000" + ], + [ + "--env", + "USE_COLOR=True", + "SHOW_PROGRESS=False" + ], + ["--restart","always"] + ] + } + }, "asciiflow": { "repo": "apps/asciiflow.git", "docker": {