Add support for using TCP ports with Rails
By default, the GDK will listen to a UNIX domain socket
(e.g. /home/git/gdk/gitlab.socket
), but this makes debugging with
tools such as Wireshark difficult.
Now, it's possible to specify a TCP port by:
gitlab:
rails:
address: gdk.test:3001
Note that http:// is omitted because Puma can only listen to TCP port for HTTP traffic.
This was extracted from !1292 (closed).
Note this commit also changes gitlab-shell to communicate through Workhorse, which we do now in Omnibus and the Helm Chart. This simplifies the gitlab-shell config.
Closes #889 (closed)
Edited by Stan Hu