From 4872eaea64bd8ab5eb4bd5a13da16b39670ccf96 Mon Sep 17 00:00:00 2001 From: mcarbonne <46689813+mcarbonne@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:19:54 +0200 Subject: [PATCH] Add minimal-git-server (#730) Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- software/minimal-git-server.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/minimal-git-server.yml diff --git a/software/minimal-git-server.yml b/software/minimal-git-server.yml new file mode 100644 index 0000000000..8271b5c7e0 --- /dev/null +++ b/software/minimal-git-server.yml @@ -0,0 +1,10 @@ +name: minimal-git-server +website_url: https://github.com/mcarbonne/minimal-git-server +source_code_url: https://github.com/mcarbonne/minimal-git-server +description: A lightweight and minimal self-hosted git server with a basic CLI to manage repositories, supporting multiple accounts and running in a container. +licenses: + - MIT +platforms: + - Docker +tags: + - Software Development - Project Management