From 75307bd61feefa37dd9dcfb44fdac0c39fc5baf6 Mon Sep 17 00:00:00 2001 From: Naba Das Date: Sat, 4 Mar 2023 00:49:21 +0530 Subject: [PATCH 1/3] Add appsmith application --- storage/stacks.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/storage/stacks.json b/storage/stacks.json index 7ff2d3f..cac4454 100644 --- a/storage/stacks.json +++ b/storage/stacks.json @@ -1,5 +1,14 @@ { "stacks": [ + { + "@AppID": "APPSMITH-04032023", + "@AppName": "APPSMITH", + "@Logo": "https://raw.githubusercontent.com/deck-app/appsmith/master/default.png", + "@Description": "Yii is an open source, object-oriented, component-based MVC PHP web application framework", + "@Tags": ["java", "mongodb", "ubuntu"], + "@Website": "https://get-deck.com", + "@Github": "deck-app/appsmith" + }, { "@AppID": "Yii2-07122022", "@AppName": "YII2", From 1a6ad5383cb68386bc4bf89593de6742fb079ec2 Mon Sep 17 00:00:00 2001 From: Naba Das Date: Mon, 6 Mar 2023 11:46:37 +0530 Subject: [PATCH 2/3] Fix description and tags --- storage/stacks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storage/stacks.json b/storage/stacks.json index cac4454..7700259 100644 --- a/storage/stacks.json +++ b/storage/stacks.json @@ -1,11 +1,11 @@ { "stacks": [ { - "@AppID": "APPSMITH-04032023", + "@AppID": "APPSMITH-06032023", "@AppName": "APPSMITH", "@Logo": "https://raw.githubusercontent.com/deck-app/appsmith/master/default.png", - "@Description": "Yii is an open source, object-oriented, component-based MVC PHP web application framework", - "@Tags": ["java", "mongodb", "ubuntu"], + "@Description": "Appsmith is an open source framework to build admin panels, CRUD apps and workflows.", + "@Tags": ["nginx", "ubuntu"], "@Website": "https://get-deck.com", "@Github": "deck-app/appsmith" }, From fed594c019b15dfc57bd6e301084fa08f5bd2e7f Mon Sep 17 00:00:00 2001 From: Naba Das Date: Mon, 6 Mar 2023 21:32:45 +0530 Subject: [PATCH 3/3] Change website to https://www.appsmith.com/ --- storage/stacks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/stacks.json b/storage/stacks.json index 7700259..26d591c 100644 --- a/storage/stacks.json +++ b/storage/stacks.json @@ -6,7 +6,7 @@ "@Logo": "https://raw.githubusercontent.com/deck-app/appsmith/master/default.png", "@Description": "Appsmith is an open source framework to build admin panels, CRUD apps and workflows.", "@Tags": ["nginx", "ubuntu"], - "@Website": "https://get-deck.com", + "@Website": "https://www.appsmith.com", "@Github": "deck-app/appsmith" }, {