From 30215256b00420c5bbe69616b2aaae77f9f37193 Mon Sep 17 00:00:00 2001 From: Olivier Forget Date: Wed, 29 May 2024 10:59:13 -0700 Subject: [PATCH] Create dropserver.yml --- software/dropserver.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/dropserver.yml diff --git a/software/dropserver.yml b/software/dropserver.yml new file mode 100644 index 0000000000..17d76c7aaa --- /dev/null +++ b/software/dropserver.yml @@ -0,0 +1,13 @@ +name: "Dropserver" +website_url: "https://dropserver.org" +source_code_url: "https://github.com/teleclimber/Dropserver/" +description: "An Application Platform for Your Personal Web Services" +licenses: + - Apache-2.0 +# list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms +platforms: + - Go + - Deno +tags: + - Self-hosting Solutions +depends_3rdparty: false