Added archivebox.

This commit is contained in:
Adamo 2020-12-11 02:38:37 -05:00
parent b9603efac6
commit c8d3b77f53

View File

@ -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": {