commit a4df29424f3f2ae1c53c0c7fd874e2414d83cd8d
parent b8260c7d4cf3c9fa8c1aeaa8f910a6d052ed8d22
Author: Matthias Jaros <jaros@mailbox.org>
Date: Mon, 15 Dec 2025 10:39:15 +0100
Updated readme
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# Gitfish
-Welcome to **gitfish** — a simple, fast, memory-friendly, and secure GIT-over-SSH server for your repositories.
+Welcome to **gitfish** — a GIT over SSH server that follows KISS principle.
The goal of this project is to provide a **minimal Git server** with no unnecessary features or management overhead.
It’s designed for everyone who doesn’t need or want a fancy GUI or advanced functionality beyond the essentials.
@@ -15,7 +15,7 @@ As a result, it’s **small, secure, fast**, and uses **under 10 MB of memory**,
- 🚀 **Fast & secure**, with minimal dependencies: Git, SSH, Fish, Tini, Sudo
- 👥 **Built-in user and repository management**
- 🔐 **Basic ACL system** with per-user read/write permissions
-- 📜 **Logging** of all Git operations
+- 📜 **Logging**
---