git-server-docker icon indicating copy to clipboard operation
git-server-docker copied to clipboard

Git Server in Docker

Results 23 git-server-docker issues
Sort by recently updated
recently updated
newest added

Sadly, this project has seen no updates since 2017. I've decided to have a go a packaging a very close [solution][1], which hopefully solves some of the open issues from...

I would like to ask question about licence for this project?

When I try to scp into the container I get the following error: ``` fatal: unrecognized command 'scp -f /myfolder' ``` I guess `git-shell` restricts which commands can be run....

https://github.com/jkarlosb/git-server-docker/blob/72f69a5d6b8e719d0c8120f076097a27100ed366/Dockerfile#L14 Are you sure you don't want to do this conditionally in start.sh? With this, every container created with this image will have the same ssh host key which is...

host# git push origin master result: remote: error: insufficient permission for adding an object to repository database ./objects fix: /git-server/repos # sudo chmod -R ug+w .;

solved

Alpine version 3.4 only provides `linux/amd64` image. I updated a couple of months ago to `alpine:3.13.2` to be able to build `git-server-docker` for ARMv7 It could probably be updated to...

I have a git server and everything is in test.git under git home directory. I can not get to the files that have been pushed to it and clone the...

Without this functionality, even deleting the keys from the host's "keys" directory, they will not be deleted from the Docker container server, which represents both technical limitations and security flaws.

* update to the latest alpine version * support independant git account name from git-server repository location * update documentation

Bash and curl would be useful to implement server-side hooks, e.g. to notify pushes to a webserver. The image overall size won't be affected too much.