Kazunori Kimura

Results 185 comments of Kazunori Kimura

FYI, we have configuration parameter `GITLAB_SIGNUP_ENABLED` but I noticed this might not work as expected. The change seems to be introduced in GitLab v7.7. Please refer https://gitlab.com/gitlab-org/gitlab-foss/-/issues/1095 and https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/2837 "The...

Current `config/` files are little bit older. Some secrets also missing as reported in #2356 .. I'm trying to sync them to upstream but it takes a time to keep...

You can set `GITLAB_BACKUP_SCHEDULES`, `GITLAB_BACKUP_TIME` to perform automated backup. See [automated backup section in README.md](https://github.com/sameersbn/docker-gitlab#automated-backups).

They are stored in `/home/git/gitlab/config/secrets.yml` if you have never changed configuration. ---- Detailed architecture: We can configure gitlab (and related middle ware) via environment variables. You can find dummy variable...

Then `long-and-random-alpha-numeric-string` is the value for it.

> https://github.com/sameersbn/docker-gitlab/blob/master/README.md#gitlab_secrets_db_key_base > > ![image](https://user-images.githubusercontent.com/799021/172004220-fe71d68b-9f22-4354-bcf0-7204a598040f.png) Minimum requirement is 32 characters, so it is OK to have 64 chars length. > It seems this should be /home/git/data/certs/gitlab.crt https://github.com/sameersbn/docker-gitlab/blob/master/README.md#gitlab_registry_generate_internal_certificates > > ![image](https://user-images.githubusercontent.com/799021/172007819-b34bb214-d201-4eec-b5ce-0faeb4e217b1.png)...

Sorry for late. 1. I have not get clear answer yet, but I can say something in our documentation is wrong. I will try to check later, of course contributions...

(Note that I've never used OCP) Please make sure that `GITLAB_SECRETS_DB_KEY_BASE` is alphanumeric string, not integer. The value you set (`1234567890`) will be recognized as integer (and the error message...

In a quick check, you should not to contain port number in `GITLAB_HOST`.

hmm.. Sorry for not helpful. Then, could you try [setting `DEBUG=true` to env as described in README.md](https://github.com/sameersbn/docker-gitlab#issues) and provide a log ? I'm not sure if I could help you...