diff options
| author | 2025-12-15 10:39:15 +0100 | |
|---|---|---|
| committer | 2025-12-15 10:39:15 +0100 | |
| commit | 49adf3d1e944c9b397b87573fbdcb9a35d6ebc4e (patch) | |
| tree | 0baed21d9e818580c76ecd7254847b8de2742841 | |
| parent | 9aec6676713fe48e099307476fa378dbf934627d (diff) | |
Updated readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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** --- |
