Added archivebox.
This commit is contained in:
parent
b9603efac6
commit
c8d3b77f53
18
data.json
18
data.json
@ -113,6 +113,24 @@
|
|||||||
"Can't reach the volumes?"
|
"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": {
|
"asciiflow": {
|
||||||
"repo": "apps/asciiflow.git",
|
"repo": "apps/asciiflow.git",
|
||||||
"docker": {
|
"docker": {
|
||||||
|
Loading…
Reference in New Issue
Block a user