Reformat all

This commit is contained in:
Kasra Bigdeli
2019-01-16 23:01:46 -08:00
parent fab96ad238
commit 9b8d75d061
15 changed files with 436 additions and 510 deletions

View File

@@ -1,30 +1,24 @@
{
"captainVersion": "1",
"documentation": "Taken from https://hub.docker.com/_/nextcloud",
"dockerCompose":
{
"dockerCompose": {
"version": "3.3",
"services":
{
"$$cap_appname":
{
"services": {
"$$cap_appname": {
"image": "nextcloud:$$cap_nextcloud_version",
"volumes": [
"$$cap_appname-data:/var/www/html"
],
"restart": "always",
"environment":
{
}
"environment": {}
}
}
},
"instructions":{
"start":"A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com",
"end":"'NextCloud is deployed and available as $$cap_appname"
"instructions": {
"start": "A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com",
"end": "'NextCloud is deployed and available as $$cap_appname"
},
"variables": [
{
"variables": [{
"id": "$$cap_nextcloud_version",
"label": "NextCloud Version",
"defaultValue": "15",
@@ -32,4 +26,4 @@
"validRegex": "/.{1,}/"
}]
}
}