summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-10 10:37:40 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-11-10 10:37:40 +0100
commit28c2c2bbbbbda03aed9a29224302283cc4e86ab3 (patch)
tree009b69720d15196d7b9b1901211a9824b8a30ca2 /README.md
parent3512e0a6c6086c2bd20485e3670b6481e8cfa67a (diff)
Renamed project to gitfish. Much nicer than git-server that is actually more misleading
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 824b2a2..1a98681 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# git-server
+# Gitfish
-Welcome to **git-server** — a simple, fast, memory-friendly, and secure server for your Git repositories.
+Welcome to **gitfish** — a simple, fast, memory-friendly, and secure GIT-over-SSH server for your repositories.
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.
@@ -38,7 +38,7 @@ This server applies multiple hardening and sandboxing measures, such as:
### Command Line
```sh
-docker run --rm -p "2222:22" jarlucmat/git-server -u "user1:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbm
+docker run --rm -p "2222:22" jarlucmat/gitfish -u "user1:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbm
lzdHAyNTYAAABBBPsl91WPAT8aWwZ6y5WAfXU9PoHzxJ3YG9uFgSmlGQr2HwV+gL/XaTBJ4Brj+pa+R7tfYEBMi+7Navx/ZsEmr9E= mj@xps15" -r "/repo1.git;user1:w"
```
@@ -46,8 +46,8 @@ lzdHAyNTYAAABBBPsl91WPAT8aWwZ6y5WAfXU9PoHzxJ3YG9uFgSmlGQr2HwV+gL/XaTBJ4Brj+pa+R7
Docker Compose:
```yaml
services:
- git-server:
- image: jarlucmat/git-server
+ gitfish:
+ image: jarlucmat/gitfish
ports:
- "2222:22"
environment: