From 24b8ad7e2ca1e45dd67ef807244181e5ae93e769 Mon Sep 17 00:00:00 2001 From: Wyatt Jackson Date: Thu, 18 Mar 2021 14:32:06 -0500 Subject: [PATCH 1/4] Add gitlab Add gitlab to the list of projects. --- data/clients.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/clients.json b/data/clients.json index 156f0b7a98..4d5a37e845 100644 --- a/data/clients.json +++ b/data/clients.json @@ -136,6 +136,9 @@ "name": "SWAG - Secure Web Application Gateway", "url": "https://github.com/linuxserver/docker-swag" } + { + "name": "Gitlab", + "url": "https://about.gitlab.com" ], "list": [ { From 86cf44f9c16ad97f93af3ffbf109678e1af8474d Mon Sep 17 00:00:00 2001 From: Wyatt Jackson Date: Thu, 18 Mar 2021 16:52:21 -0500 Subject: [PATCH 2/4] Fix JSON Add missing comma at line 138. --- data/clients.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index 4d5a37e845..b476c15437 100644 --- a/data/clients.json +++ b/data/clients.json @@ -135,7 +135,7 @@ { "name": "SWAG - Secure Web Application Gateway", "url": "https://github.com/linuxserver/docker-swag" - } + }, { "name": "Gitlab", "url": "https://about.gitlab.com" From 21a7c1825a6c2cd8fafd8f8cf6139b52d4101302 Mon Sep 17 00:00:00 2001 From: Wyatt Jackson Date: Thu, 18 Mar 2021 21:58:33 +0000 Subject: [PATCH 3/4] Fix JSON Add missing closing brace at line 142. --- data/clients.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index b476c15437..1cee3e13f3 100644 --- a/data/clients.json +++ b/data/clients.json @@ -138,7 +138,8 @@ }, { "name": "Gitlab", - "url": "https://about.gitlab.com" + "url": "https://about.gitlab.com" + } ], "list": [ { From 25cee75180a9854cd3fbcebade283bf88ede8532 Mon Sep 17 00:00:00 2001 From: minecraftchest1 Date: Mon, 21 Jun 2021 10:53:26 -0500 Subject: [PATCH 4/4] Update data/clients.json Fix indentation. Co-authored-by: Aaron Gable --- data/clients.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index 1cee3e13f3..f18308fafb 100644 --- a/data/clients.json +++ b/data/clients.json @@ -138,7 +138,7 @@ }, { "name": "Gitlab", - "url": "https://about.gitlab.com" + "url": "https://about.gitlab.com" } ], "list": [