All-in-one Git hosting container
git clone git://git.janzachar.dev/git-serv.git
0## README12All-in-one Git hosting container.34### Acknowledgements56I took the Dockerfile and some scripts from [minimal-git-server](https://github.com/mcarbonne/minimal-git-server), made by [mcarbonne](https://github.com/mcarbonne). Then I modified them to suit my goals. Then I sprinkled git-daemon, lighttpd and [spgit](https://git.janzachar.dev/spgit.git/) on top.78But it was that person's repo that started it all. And I wouldn't have known how git operates through ssh without it.91011### Features1213* Runs the big three:14 * ssh - pushing & pulling repos15 * git-daemon - publishing repos for everyone to clone16 * lighttpd - serving static pages generated by [spgit](https://git.janzachar.dev/spgit.git/)17* Single git user18* Basic cli accessable through ssh19* Quite extendable2021### License2223MIT License2425Copyright (c) 2024 mcarbonne <br>26Copyright (c) 2026 Jan Zachar272829Permission is hereby granted, free of charge, to any person obtaining a copy30of this software and associated documentation files (the "Software"), to deal31in the Software without restriction, including without limitation the rights32to use, copy, modify, merge, publish, distribute, sublicense, and/or sell33copies of the Software, and to permit persons to whom the Software is34furnished to do so, subject to the following conditions:3536The above copyright notice and this permission notice shall be included in all37copies or substantial portions of the Software.3839THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR40IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,41FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE42AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER43LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,44OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE45SOFTWARE.4647