From 6b4e607e40a1d732ccfa41205b6107a173ac9824 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Fri, 15 Sep 2023 16:20:27 +0200 Subject: [PATCH] Add Flipt to Miscellaneous (#114) --- software/flipt.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/flipt.yml diff --git a/software/flipt.yml b/software/flipt.yml new file mode 100644 index 0000000000..a722b27d16 --- /dev/null +++ b/software/flipt.yml @@ -0,0 +1,13 @@ +name: "Flipt" +website_url: "https://flipt.io" +source_code_url: "https://github.com/flipt-io/flipt" +description: "Feature flag solution with support for multiple data backends (alternative to LaunchDarkly)." +licenses: + - GPL-3.0 +platforms: + - Docker + - K8S + - Go +tags: + - Miscellaneous +demo_url: "https://try.flipt.io"