summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-12-15 10:39:15 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-12-15 10:39:15 +0100
commit49adf3d1e944c9b397b87573fbdcb9a35d6ebc4e (patch)
tree0baed21d9e818580c76ecd7254847b8de2742841
parent9aec6676713fe48e099307476fa378dbf934627d (diff)
Updated readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d91da6c..287f4c3 100644
--- 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**
---