From 5ff2f72bc4063492efa6822faed61929e56fb097 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 20 Jan 2025 13:50:41 +0100 Subject: [PATCH] fixed json spaces --- json/docker-vm.json | 82 ++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/json/docker-vm.json b/json/docker-vm.json index 89c84049..a2fd1503 100644 --- a/json/docker-vm.json +++ b/json/docker-vm.json @@ -1,43 +1,43 @@ { - "name": "Docker VM", - "slug": "docker-vm", - "categories": [ - 8 - ], - "date_created": "2025-01-20", - "type": "vm", - "updateable": false, - "privileged": false, - "interface_port": null, - "documentation": null, - "website": "https://www.docker.com/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg", - "description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers. This Template includes Docker Engine and Docker Compose Plugin.", - "install_methods": [ - { - "type": "default", - "script": "vm/docker-vm.sh", - "resources": { - "cpu": 2, - "ram": 4096, - "hdd": 8, - "os": "debian", - "version": 12 - } - } - ], - "default_credentials": { - "username": "root", - "password": "docker" + "name": "Docker VM", + "slug": "docker-vm", + "categories": [ + 8 + ], + "date_created": "2025-01-20", + "type": "vm", + "updateable": false, + "privileged": false, + "interface_port": null, + "documentation": null, + "website": "https://www.docker.com/", + "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg", + "description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers. This Template includes Docker Engine and Docker Compose Plugin.", + "install_methods": [ + { + "type": "default", + "script": "vm/docker-vm.sh", + "resources": { + "cpu": 2, + "ram": 4096, + "hdd": 8, + "os": "debian", + "version": 12 + } + } + ], + "default_credentials": { + "username": "root", + "password": "docker" + }, + "notes": [ + { + "text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.", + "type": "info" }, - "notes": [ - { - "text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.", - "type": "info" - }, - { - "text": "This Script works on amd64 and arm64 Architecture.", - "type": "info" - } - ] -} \ No newline at end of file + { + "text": "This Script works on amd64 and arm64 Architecture.", + "type": "info" + } + ] +}