From ae55510a35631687127563d9fcdcaaea7a4b018d Mon Sep 17 00:00:00 2001 From: Adamo Date: Fri, 11 Dec 2020 02:55:47 -0500 Subject: [PATCH] ADded nextcloud. --- data.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/data.json b/data.json index 95f77ee..decaf2d 100644 --- a/data.json +++ b/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": "~",