ADded nextcloud.
This commit is contained in:
parent
b260b20907
commit
ae55510a35
21
data.json
21
data.json
@ -209,6 +209,27 @@
|
||||
"Setup github retrieval."
|
||||
]
|
||||
},
|
||||
"nextcloud": {
|
||||
"repo": "apps/nextcloud.git",
|
||||
"docker": {
|
||||
"image": "nextcloud",
|
||||
"options": [
|
||||
[
|
||||
"--publish",
|
||||
"80:80"
|
||||
],
|
||||
[
|
||||
"--env",
|
||||
"USE_COLOR=True",
|
||||
"SHOW_PROGRESS=False"
|
||||
],
|
||||
["--restart","always"]
|
||||
],
|
||||
"command": {
|
||||
"nextcloud"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tmux-conf": {
|
||||
"repo": "config/tmux-conf.git",
|
||||
"issue_path": "~",
|
||||
|
Loading…
Reference in New Issue
Block a user