Martin Bhuong
Martin Bhuong
its funny how everytime there is a major Update released, i ussuall come back here to check on this PR if its been merged.
you mean in coolify or on infisical
Hi All, Apologies, what is the status of this matter as it is now?
the new refactored notifications is superb
HEllo @GunniBusch , Thank you for working on this PR I think we also need to Add these as well SMH We also Have ``` - GITLAB_SECRETS_DB_KEY_BASE=long-and-random-alphanumeric-string - GITLAB_SECRETS_SECRET_KEY_BASE=long-and-random-alphanumeric-string -...
Based on your implementaqtion would be more like ``` gitlab_rails['db_adapter'] = "${GITLAB_DB_TYPE}" gitlab_rails['db_encoding'] = "unicode" gitlab_rails['db_host'] = "postgres" gitlab_rails['db_database'] = "${GITLAB_DB_NAME}" gitlab_rails['db_username'] = "${GITLAB_DB_USER}" gitlab_rails['db_password'] = "${GITLAB_DB_PASSWORD}" gitlab_rails['smtp_enable'] = true...
SO we basically Have 2 VErsions, One with integrated DB within the container, WHile another one where the DB is Separate from the Main container? How About the other ENv...
> the next thing is should I also create a template for the ee as well? EE version is not necessary at the moment, The focus would be the PGSQL...
could we add these as well: timezone `gitlab_rails['time_zone'] = 'Africa/Nairobi'` ##Additional for EMails `gitlab_rails['gitlab_email_display_name'] = 'DevGen Gitlab'` ``` ### Default project feature settings gitlab_rails['gitlab_default_projects_features_issues'] = true gitlab_rails['gitlab_default_projects_features_merge_requests'] = true gitlab_rails['gitlab_default_projects_features_wiki']...
Thank you, let me pay up the bounty...