Moved a bunch more stuff to script references.
This commit is contained in:
parent
826d119407
commit
7739c1f486
75
data.json
75
data.json
@ -9,6 +9,15 @@
|
|||||||
"cmd": {
|
"cmd": {
|
||||||
"shutdown": ["sudo shutdown now"]
|
"shutdown": ["sudo shutdown now"]
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"run": "run.sh",
|
||||||
|
"exec": "exec.sh"
|
||||||
|
},
|
||||||
|
"file_extensions": {
|
||||||
|
"scripts": [
|
||||||
|
".sh"
|
||||||
|
]
|
||||||
|
},
|
||||||
"adamocomp": {
|
"adamocomp": {
|
||||||
"repo": "sys/adamocomp.git",
|
"repo": "sys/adamocomp.git",
|
||||||
"issue_path": "$ADAMOCOMP_HOME",
|
"issue_path": "$ADAMOCOMP_HOME",
|
||||||
@ -29,38 +38,14 @@
|
|||||||
},
|
},
|
||||||
"charybdis": {
|
"charybdis": {
|
||||||
"repo": "sys/charybdis.git",
|
"repo": "sys/charybdis.git",
|
||||||
"docker": {
|
"workdir": "/opt/charybdis",
|
||||||
"issue_path": "/opt/charybdis",
|
|
||||||
"image": "vanityshed/charybdis",
|
|
||||||
"options": [
|
|
||||||
[
|
|
||||||
"--rm"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"--volume",
|
|
||||||
"/opt/charybdis:/irc/etc"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"--publish",
|
|
||||||
"5000:5000",
|
|
||||||
"6665:6665",
|
|
||||||
"6666:6666",
|
|
||||||
"6667:6667",
|
|
||||||
"6668:6668",
|
|
||||||
"6669:6669",
|
|
||||||
"6697:6697",
|
|
||||||
"172.17.0.2:9999:9999"
|
|
||||||
],
|
|
||||||
["--restart","always"],
|
|
||||||
["--hostname","b5vr.adamo.network"]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"suggest": [
|
"suggest": [
|
||||||
"Mounting problem?"
|
"Mounting problem?"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"repo": "services/docker-gitlab.git",
|
"repo": "services/docker-gitlab.git",
|
||||||
|
"workdir": "/opt/gitlab",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"run": "docker/run.sh",
|
"run": "docker/run.sh",
|
||||||
"backup": "backup/cycle.sh"
|
"backup": "backup/cycle.sh"
|
||||||
@ -70,47 +55,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gitlab-runner": {
|
"gitlab-runner": {
|
||||||
"repo": "sys/gitlab-runner.git",
|
"repo": "services/docker-gitlab-runner.git",
|
||||||
"docker": {
|
|
||||||
"issue_path": "/opt/gitlab-runner",
|
|
||||||
"image": "gitlab/gitlab-runner:latest",
|
|
||||||
"options": [
|
|
||||||
[
|
|
||||||
"--rm"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"--volume",
|
|
||||||
"/srv/gitlab-runner/config:/etc/gitlab-runner",
|
|
||||||
"/var/run/docker.sock:/var/run/docker.sock"
|
|
||||||
],
|
|
||||||
["--restart","always"]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"suggest": [
|
"suggest": [
|
||||||
"Can't reach the volumes?"
|
"Can't reach the volumes?"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"archivebox": {
|
"archivebox": {
|
||||||
"repo": "apps/archivebox.git",
|
"repo": "services/docker-archivebox.git",
|
||||||
"docker": {
|
|
||||||
"image": "archivebox/archivebox",
|
|
||||||
"options": [
|
|
||||||
[
|
|
||||||
"--publish",
|
|
||||||
"8000:8000"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"--env",
|
|
||||||
"USE_COLOR=True",
|
|
||||||
"SHOW_PROGRESS=False"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"-v",
|
|
||||||
"$PWD:/data"
|
|
||||||
],
|
|
||||||
["--restart","always"]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"asciiflow": {
|
"asciiflow": {
|
||||||
"repo": "apps/asciiflow.git",
|
"repo": "apps/asciiflow.git",
|
||||||
|
Loading…
Reference in New Issue
Block a user