Skip to content

fox2red/sidewinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] ~sidewinder~

mvp git forge transport:

  • ssh via forced command wrapper (execs git-upload-pack / git-receive-pack)
  • https smart http via git-http-backend behind go auth/authz
  • sqlite for users/repos/perms/tokens

env

  • SIDEWINDER_REPO_ROOT=/srv/sidewinder/repos
  • SIDEINDER_DB_PATH=/srv/sidewinder/sidewinder.db

run

go build ./...
./cmd/sidewinder-http/sidewinder-http

https clone

git clone http://localhost:8080/<owner>/<repo>(.git)
(use Basic auth password = PAT)

ssh clone

git clone git@localhost:<owner>/<repo>(.git)
(requires authorized_keys forced command config)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published