From be0db73a61b26bdbfded4044fb282ce6ec6d6a49 Mon Sep 17 00:00:00 2001 From: Stefano De Carlo Date: Sun, 29 Oct 2023 21:40:08 +0100 Subject: [PATCH] Add Servas to Bookmarks and Link Sharing (#298) Co-authored-by: Kieran <32241933+KieranRobson@users.noreply.github.com> --- software/servas.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/servas.yml diff --git a/software/servas.yml b/software/servas.yml new file mode 100644 index 0000000000..845d716469 --- /dev/null +++ b/software/servas.yml @@ -0,0 +1,13 @@ +name: "Servas" +website_url: "https://github.com/beromir/Servas" +source_code_url: "https://github.com/beromir/Servas" +description: "A self-hosted bookmark management tool. It allows organization with tags, groups, and a list specifically for later access. It supports multiple users with 2FA. Companion browser extensions are available for Firefox and Chrome." +licenses: + - GPL-3.0 +platforms: + - Docker + - Nodejs + - PHP +tags: + - Bookmarks and Link Sharing +related_software_url: "https://github.com/beromir/Servas#browser-extensions"