From 8c66bf3e5ef82535b724a32dfeae12fe1994a157 Mon Sep 17 00:00:00 2001 From: Marc-Niclas Harm Date: Fri, 9 Aug 2024 18:38:09 +0200 Subject: [PATCH] Add portkey (#770) --- software/portkey.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/portkey.yml diff --git a/software/portkey.yml b/software/portkey.yml new file mode 100644 index 0000000000..9d250c7376 --- /dev/null +++ b/software/portkey.yml @@ -0,0 +1,12 @@ +name: "portkey" +website_url: "https://portkey.page" +source_code_url: "https://github.com/kodehat/portkey" +description: "A simple web portal that can act as startup page and shows a collection of links/urls. Also supports adding custom pages. Everything with one config file." +licenses: + - AGPL-3.0 +platforms: + - Go + - Docker +tags: + - Personal Dashboards +demo_url: "https://demo.portkey.page"