Compare commits

...

4 Commits

Author SHA1 Message Date
a8a94ca4d2 chore: publish 0.1.3+17.7.3-ce.0 release 2025-05-21 14:39:47 -04:00
7c8ac5a72a Merge pull request 'set-ssh-port' (#4) from set-ssh-port into master
Reviewed-on: #4
2025-05-21 18:35:06 +00:00
454f23dfa3 fix quotes typo 2025-05-21 14:33:06 -04:00
177679f02c set ssh listen port based on env 2025-05-21 14:15:12 -04:00
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ services:
- "backupbot.backup=true"
- "backupbot.backup.path=/etc/gitlab/,/var/log/gitlab/,/var/opt/gitlab/"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-240}"
- "coop-cloud.${STACK_NAME}.version=0.1.2+17.7.3-ce.0"
- "coop-cloud.${STACK_NAME}.version=0.1.3+17.7.3-ce.0"
secrets:
- initial_root_password
- runner_token

View File

@ -678,7 +678,7 @@ gitlab_rails['omniauth_providers'] = [
# high_availability['mountpoint'] = ["/var/opt/gitlab/git-data", "/var/opt/gitlab/gitlab-rails/shared"]
### GitLab Shell settings for GitLab
# gitlab_rails['gitlab_shell_ssh_port'] = 22
gitlab_rails['gitlab_shell_ssh_port'] = {{ env "GITLAB_SSH_PORT" }}
# gitlab_rails['gitlab_shell_git_timeout'] = 800
### Enable gitlab-sshd on a different port than OpenSSH

View File

@ -0,0 +1 @@
Fixes bug where GITLAB_SSH_PORT was not set in the Gitlab config