I have an installation of Ubuntu 14.04 I have installed Gitlab following 
these instructions.

https://www.digitalocean.com/community/tutorials/how-to-set-up-gitlab-as-your-very-own-private-github-clone

If my firewall is clear Gitlab works great, but if I enable my firewall 
which only allows ssh, http and https Gitlab fails to allow creation of new 
projects. I have looked through the config files to try and find other 
ports that it needs I have found in the /home/git/gitlab-shell/config.yml 
that port 6379 is defined for something.

iptables -A INPUT -p tcp -m tcp --dport 6379 -j ACCEPT

I've allowed all hosts to allow access to that port (though I'd really not 
do that if I don't have too) but I still can not create new projects 
through the web interface

Does anyone have any suggestions where I need to look or what I need to do 
to allow Gitlab to work with my firewall?

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/9a60abb6-22b1-4aab-a3f0-6c5a286ccdb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to