installed at
http://192.168.1.41:8181/Username root, password password.
Postgres 10 embedded at /opt/gitlab/embedded/postgresql/10/share.
Don't know username/password for embedded postgres.
Change gitlab root password:
https://docs.gitlab.com/ee/security/reset_root_password.htmlChange database details: Edit /etc/gitlab/gitlab.rb /etc/gitlab/gitlab.rb should have file permissions 0600 because it contains plain-text passwords.
# Disable the built-in Postgres
postgresql['enable'] = false
# Fill in the connection details for database.yml
gitlab_rails['db_adapter'] = 'postgresql'
gitlab_rails['db_encoding'] = 'utf8'
gitlab_rails['db_host'] = '127.0.0.1'
gitlab_rails['db_port'] = 5432
gitlab_rails['db_username'] = 'USERNAME'
gitlab_rails['db_password'] = 'PASSWORD'
sudo gitlab-ctl reconfigure
sudo service gitlab restart
https://docs.gitlab.com/omnibus/settings/database.html#seed-the-database-fresh-installs-only