Support running gitlab-shell on a remote host?
Created by: rspeicher
Right now I don't think it's possible to have an environment where the Gitlab app is running on one server and gitlab-shell is running on a different server; am I correct? We've got all these settings like ssh_host ssh_user ssh_port
in the gitlab_shell
namespace, but they don't seem to be utilized in the app.
I'm interested in supporting this (it basically would require a small rewrite of Gitlab::Shell
to run system commands over SSH if those settings are configured), but wanted to make sure it would be welcomed before I go much further.
ATTN @randx @vsizov