From c084d54c26fc78a55d13e9ad4414d06e8a994ed7 Mon Sep 17 00:00:00 2001 From: Rogerio Moura Date: Tue, 20 Dec 2022 15:08:33 -0300 Subject: [PATCH] add hoop plugin to marketplace Signed-off-by: Rogerio Moura --- microsite/data/plugins/hoop.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 microsite/data/plugins/hoop.yaml diff --git a/microsite/data/plugins/hoop.yaml b/microsite/data/plugins/hoop.yaml new file mode 100644 index 0000000000..520eda0f27 --- /dev/null +++ b/microsite/data/plugins/hoop.yaml @@ -0,0 +1,14 @@ +--- + title: Hoop + author: hoop.dev + authorUrl: https://hoop.dev + category: Cloud-native ssh + description: hoop.dev is a cloud-native ssh implementation that lets you edit connections contents live. + documentation: https://github.com/hoophq/backstage-plugin + iconUrl: https://avatars.githubusercontent.com/u/113131551?s=200&v=4 + npmPackageName: '@hoophq/backstage-plugin' + tags: + - cloud-native ssh + - monitoring + - redact + addedDate: '2022-12-20' \ No newline at end of file