git-server-docker
git-server-docker copied to clipboard
Git server over SSH
Hi, firstly, thanks for your effort with maintenance of a great project. It's unbelievable how difficult is to find just a Git server for docker. I want to start discussion...
Hi there, thank you for making this, i got really frustrated with gitlab, gitea and gogs. Git-server seems to be all i need and is much leaner :-) I have...
## Issue By default, ssh host keys provided by the user will be mounted on `/tmp/host-keys`, as shown in the provided docker-compose template: ``` ... environment: # Path where the...
Is this intentional? Id guess not because sftp acess can override the Disable Git User Interactive Login method described in readme.
I have configured the `docker-compose` file on Windows 10, running Docker with WSL. When trying to connect to the host from the client, I get: **"Permission denied (publickey)"**. Client detailed:...
Issue: https://github.com/rockstorm101/git-server-docker/issues/18
Hi, `git-server-docker` is working well so far, but I'm unsure how the `REPOSITORIES_HOME_LINK` feature is supposed to work. I noticed the link is created in the home directory, but when...
@rockstorm101, Thank you very for your efforts to provide this solution to run a git server in a docker container. I have set it up on my local network (actually...