https://github.com/krisleech/git-web
A web interface for Git Repositories
https://github.com/krisleech/git-web
Last synced: about 1 year ago
JSON representation
A web interface for Git Repositories
- Host: GitHub
- URL: https://github.com/krisleech/git-web
- Owner: krisleech
- Created: 2010-02-10T16:31:12.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-10T16:40:02.000Z (over 16 years ago)
- Last Synced: 2025-03-17T04:44:46.093Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
WebGit
A simple web UI for browsing Git Repositories.
* No database required
* No authorisation / authentication
* No writes
Usage:
Edit setting.yml and add the root path to your Git Repositories.
./script/server
Dependancies:
Rails and Grit gems
TODO:
* Turn this in to an engine plugin
* Allow git commits via HTTP (would assume use of own authorisation eg. CanCan)
* Needs a nice design