https://github.com/potofcoffee2go/git-server
Node.js git scm server based on node-git-server
https://github.com/potofcoffee2go/git-server
Last synced: 10 months ago
JSON representation
Node.js git scm server based on node-git-server
- Host: GitHub
- URL: https://github.com/potofcoffee2go/git-server
- Owner: PotOfCoffee2Go
- License: mit
- Created: 2025-07-31T10:11:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T12:52:10.000Z (10 months ago)
- Last Synced: 2025-08-07T14:41:41.986Z (10 months ago)
- Language: JavaScript
- Size: 691 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Welcome to @PotOfCoffee2Go/git-server
[Git](https://git-scm.com/book) server for local network use.
Git-server implements an easy to install cross-platform local Git HTTP repository server.
- Is zero config - if happy with the default settings
- Automatically creates repository upon initial push
- Run multiple servers on localhost
- Server can have unlimited number of repositories
- Built-in proxy server allows local network access
- Pushes can be anonymous or User/Password protected
- Server is easily added as a remote to existing git working directory
- As a [git remote](https://git-scm.com/docs/git-remote) or [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
See @potofcoffee2go/git-server [github-page](https://potofcoffee2go.github.io/git-server/) for installation and more details.