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

I'm getting "my repo does not exist"... tearing my hair out, can you give any troubleshooting tips? -I can ssh and get the msg "...but i do not provide interactive...

This might be a stupid question but ``` Copy them to keys folder: - From host: $ cp ~/.ssh/id_rsa.pub ~/git-server/keys - From remote: $ scp ~/.ssh/id_rsa.pub user@host:~/git-server/keys You need restart...

##As an alternative to typical SSH auth, we'd have use for authentication via a cookie file. This engages the http.cookiefile option of `git config`. More specifically, we'd like to do...

If two public keys will uploaded and first key has no newline char at the end of file, then two keys are written in one line in authorized_keys file. Authorization...

I tried building an image on my ODROID-XU4(armv7). Docker build failed with the message saying "docker arm no matching manifest for unknown in the manifest list entries". It seems that...

* Added volume for host keys and modified SSHd configuration for it * Added possibility to list repositories using a simple ssh login

Since `sh` ignores SIGTERM, `docker stop` must wait for the timeout (default ten seconds). By passing SIGTERM through to `sshd`, this wait is avoided.

It's not mentioned in the README, but is it possible to read the content of one of the repos (f.e. master branch) in the volume? F.e. to reuse the volume...

Noobs question: Your Readme is great. Got everything working from there. Could you add a paragraph on how to add an additional git user? I.e. How to add an additional...

As a note, I had to restart the docker container after I copied my key. I'm using the latest tag on MacOS.

solved