cli icon indicating copy to clipboard operation
cli copied to clipboard

`treehouses services gitlab`?

Open dogi opened this issue 3 years ago • 9 comments

https://hub.docker.com/r/ulm0/gitlab

dogi avatar Mar 25 '21 04:03 dogi

rpi with 4gb necessary

dogi avatar Mar 25 '21 04:03 dogi

Successful Docker run command:

docker run -d --hostname 192.168.86.47 -p 443:443 -p 80:80 -p 2222:22 --name gitlab -v /srv/gitlab/config:/etc/gitlab -v /srv/gitlab/logs:/var/log/gitlab -v /srv/gitlab/data:/var/opt/gitlab --privileged ulm0/gitlab

JLKwong avatar Apr 02 '21 23:04 JLKwong

First run time: 8 minutes to start up.

JLKwong avatar Apr 02 '21 23:04 JLKwong

Trying to access GitLab before it fully starts up: image

JLKwong avatar Apr 02 '21 23:04 JLKwong

Successfully accessing GitLab after it finishes starting up (8 minutes): image

JLKwong avatar Apr 02 '21 23:04 JLKwong

Default admin account username is root (admin account is generated automatically): image

JLKwong avatar Apr 03 '21 00:04 JLKwong

By default, GitLab requires admin approval for newly registered accounts: image

JLKwong avatar Apr 03 '21 00:04 JLKwong

The GitLab admin can disable the approval requirement for newly registered accounts:

image image

JLKwong avatar Apr 03 '21 00:04 JLKwong

rpi with 4gb necessary

muh2gigs Wish me luck 👍 👍 👍

rjpadilla avatar Apr 05 '21 14:04 rjpadilla