Hello community,
I’ve been struggling for a while with a problem that I’m still unable to solve. Help would be much appreciated!
What I did:
- Install Gitlab-CE using the docker image (8.9.6-ce.0) on an Ubuntu 16.04.1 LTS virtual machine in my server following GitLab Docker images | GitLab
- Setup a user locally and push some projects for a machine in the same LAN >> all working ok
- Add a new mapping to my firewall to map gitlab-machine-ip:80 > mydomain.org:8138 so that I can access gitlab with http
I’m now able to access the web interface at http://mydomain.org:8138 and use it
NOW THE PROBLEM: the URLs for cloning projects show up incorrectly since they miss the :8138 port (they get the mydomain.org part from the --host setting passed to the docker container).
Cloning works ok if I manually add my custom ports to the URLs
I wanted to solve this so gave a try to the external_url setting in gitlab.rb setting it to:
external_url ‘http://mydomain.org:8138’
and restarted (also tried calling gitlab-ctl configure manually)
STATUS IS THAT I CANNOT ACCESS THE WEB INTERFACE ANYMORE AT http://mydomain.org:8138 getting a ERR_CONNECTION_REFUSED in my browser
If I just comment out the external_url setting everything is back working (apart from the missing port in URLs obviously)
I’ve read a bunch of issues report but none of them helped in solving the issue:
external_url setting doesn't work (#244) · Issues · GitLab.org / omnibus-gitlab · GitLab >> (I’m NOT using an external NGINX)
also tried updating to 8.11 after I read about this: After upgrade from 8.9 to 8.10 problem with not standart http port (CE) (#20131) · Issues · GitLab.org / GitLab FOSS · GitLab but it did not help
Don’t really know what’s going on here.
Output of gitlab-rake gitlab:env:info and gitlab-rake gitlab:check follows
System information
System:
Current User: git
Using RVM: no
Ruby Version: 2.3.1p112
Gem Version: 2.6.6
Bundler Version:2.3.0
Rake Version: 10.5.0
Sidekiq Version:4.1.4
GitLab information
Version: 8.11.3
Revision: 6cd4edb
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: postgresql
URL: http://labmedinfo.org:8138
HTTP Clone URL: http://labmedinfo.org:8138/some-group/some-project.git
SSH Clone URL: git@labmedinfo.org:some-group/some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 3.4.0
Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories
Hooks: /opt/gitlab/embedded/service/gitlab-shell/hooks/
Git: /opt/gitlab/embedded/bin/git
Checking GitLab Shell …
GitLab Shell version >= 3.4.0 ? … OK (3.4.0)
Repo base directory exists?
default… yes
Repo storage directories are symlinks?
default… no
Repo paths owned by git:git?
default… yes
Repo paths access is drwxrws—?
default… yes
hooks directories in repos are links: …
telemed / banca … ok
telemed / calcolatrice … ok
telemed / chat … ok
telemed / collections … ok
telemed / interfacce … ok
telemed / partite … ok
telemed / polimorfismo … ok
telemed / ristoranti … ok
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Access to /var/opt/gitlab/.ssh/authorized_keys: OK
Send ping to redis server: OK
gitlab-shell self-check successful
Checking GitLab Shell … Finished
Checking Sidekiq …
Running? … yes
Number of Sidekiq processes … 1
Checking Sidekiq … Finished
Checking Reply by email …
Reply by email is disabled in config/gitlab.yml
Checking Reply by email … Finished
Checking LDAP …
LDAP is disabled in config/gitlab.yml
Checking LDAP … Finished
Checking GitLab …
Git configured with autocrlf=input? … yes
Database config exists? … yes
All migrations up? … yes
Database contains orphaned GroupMembers? … no
GitLab config exists? … yes
GitLab config outdated? … no
Log directory writable? … yes
Tmp directory writable? … yes
Uploads directory setup correctly? … yes
Init script exists? … skipped (omnibus-gitlab has no init script)
Init script up-to-date? … skipped (omnibus-gitlab has no init script)
projects have namespace: …
telemed / banca … yes
telemed / calcolatrice … yes
telemed / chat … yes
telemed / collections … yes
telemed / interfacce … yes
telemed / partite … yes
telemed / polimorfismo … yes
telemed / ristoranti … yes
Redis version >= 2.8.0? … yes
Ruby version >= 2.1.0 ? … yes (2.3.1)
Your git bin path is “/opt/gitlab/embedded/bin/git”
Git version >= 2.7.3 ? … yes (2.7.4)
Active users: 4
Checking GitLab … Finished