thinkernel
thinkernel
You can use auth.type=HTTP then configure your reverse proxy to provide a basic authentication.
@WisperDin Thanks for trying this project. However, DEVELOPMENT_BECOME_ANY_ACCOUNT is for developers only. I have to say that how to use this docker as a development environment is out of the...
@jgse You can use OpenID. https://gerrit-review.googlesource.com/Documentation/config-sso.html
I've never used replicating over ssh. I'm using http instead. However, according to the [document](https://gerrit.googlesource.com/plugins/replication/+doc/master/src/main/resources/Documentation/config.md). The format of local user's key should be pem. I wounder if this info may...
Most data is moved to NoteDB which is backed by git since 3.0.0. According to your question about backup and restore, I just backup the volumes. However I use ceph...
It's not a bad idea. However I don't have any ARM devices to test it.... So I don't know how to do it.
Do you just need the script or do you want me to uncomment those two lines in the gerrit-init.nohup? I have an untested version on my local disk for long...
Any PR is welcome! Your works impressed me. I still need to check it carefully since we're using this image quit a lot.
Hi @amadorZamora CI project was changed a lot recently. There might be some bugs. But I just tried the run.sh with default config in my environment and everything works. Make...
I think you may want to remove these lines: https://github.com/openfrontier/gerrit-docker/blob/master/createGerrit.sh#L18-L35 And change these lines : https://github.com/openfrontier/gerrit-docker/blob/master/createGerrit.sh#L49-L53 Although due to lack of maintenances on these projects there may be other issues....