repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
77b4e96
parent
aa429c8
author
Eric Bower
date
2024-06-04 10:14:12 -0400 EDT
chore: more repos
1 files changed,  +15, -0
M cfg.go
M cfg.go
+15, -0
 1@@ -33,6 +33,21 @@ func NewGitCfg() *GitCfg {
 2 				Desc:      "passwordless authentication for the web",
 3 				CloneAddr: "git@github.com:picosh/ptun",
 4 			},
 5+			{
 6+				ID:        "pobj",
 7+				Desc:      "rsync, scp, sftp for your object store",
 8+				CloneAddr: "git@github.com:picosh/ptun",
 9+			},
10+			{
11+				ID:        "send",
12+				Desc:      "ssh wish middleware for sending and receiving files from familiar tools (rsync, scp, sftp)",
13+				CloneAddr: "git@github.com:picosh/send",
14+			},
15+			{
16+				ID:        "docs",
17+				Desc:      "pico.sh doc site",
18+				CloneAddr: "git@github.com:picosh/docs",
19+			},
20 		},
21 	}
22 }