Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends

I want to change my Gitlab homepage to MyGitlab.com from localhost. Please help me


What I have tried:

I have installed Gitlab CE server on Ubuntu 20.04 at Virtual machine. Now gitlab's homepage can be accessed and admin login is Successful by web browser on URL localhost. 
Posted
Updated 9-Feb-21 5:28am

1 solution

I have found solution myself for this question.

Run this command on Terminal
XML
sudo vim /etc/gitlab/gitlab.rb

and Changed this Line
XML
external_url "https://gitlab.tecadmin.net"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900