gitblit
gitblit copied to clipboard
pure java git solution
界面设置为简体中文,在对比页面中,中文注释显示乱码。
Hi! It would be great if user could upload a custom hook script file in receive section. Because, in modern architectures, Gitblit may be deployed as docker container in local/cloud...
Is this project still alive? If yes, is it already known or expected that the jar artifacts on Maven is not accessible? https://mvnrepository.com/artifact/com.gitblit/gitblit/1.9.3 https://gitblit.github.io/gitblit-maven/com/gitblit/gitblit/1.9.3/gitblit-1.9.3.jar - Returns 404 Seems like https://gitblit.github.io/gitblit-maven/...
I use Gitblit GO on a Ubuntu server to allow https access to the repositories additionally to the previous ssh access without Gitblit. The repository is setup as shared but...
I'm running gitblit behind mod_proxy and the only way, how it can work without `web.mountParameters=false` is not to set `AllowEncodedSlashes NoDecode` but to do this configuration ``` AllowEncodedSlashes On ProxyPass...
Originally reported on Google Code with ID 604 ``` What steps will reproduce the problem? 1. Run gitblit GO with http 2. behind a reverse proxy (Apache) 3. configure apache...
Originally reported on Google Code with ID 569 ``` What steps will reproduce the problem? 1. Use a context path for gitblit (apache proxy) and set the `server.contextPath = /gitblit`...
Originally reported on Google Code with ID 559 ``` What steps will reproduce the problem? 1.Install war on Glassfish 2.mod_proxy reverse proxy 3.context_path -> gitblit 4. when viewing repository:summary the...
Right now, when an access attempt has been made, the logger simply prints the client address to the log file. This is a problem when the server is running behind...
Hi, I'm not sure if this is related to #964 but the gitlbit authentication cookie always expires after one week. I haven't tested it but if I remember correctly in...