From 6dd07edf9059c32185c51d6878242e833793dbe6 Mon Sep 17 00:00:00 2001 From: Pascal Iske Date: Sat, 14 May 2022 08:34:47 +0200 Subject: [PATCH] docs(readme): add community helm chart link to readme (#242) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef678e1..6ed8d25 100644 --- a/README.md +++ b/README.md @@ -168,5 +168,6 @@ The frontend is now available under http://localhost:8000 ## Community +- [Helm Chart](https://charts.pascaliske.dev/charts/linkding/) Helm Chart for deploying linkding inside a Kubernetes cluster. By [pascaliske](https://github.com/pascaliske) - [linkding-extension](https://github.com/jeroenpardon/linkding-extension) Chromium compatible extension that wraps the linkding bookmarklet. Tested with Chrome, Edge, Brave. By [jeroenpardon](https://github.com/jeroenpardon) - [linkding-injector](https://github.com/Fivefold/linkding-injector) Injects search results from linkding into the sidebar of search pages like google and duckduckgo. Tested with Firefox and Chrome. By [Fivefold](https://github.com/Fivefold)