GitLab: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Yes it's Ruby. Yes it's time for yet another shitty "solution to everything" framework... sigh... | |||
* set up shitcutter.com in domains.google.com and certbot and haproxy; see haproxy.cfg for details | * set up shitcutter.com in domains.google.com and certbot and haproxy; see haproxy.cfg for details | ||
Line 6: | Line 8: | ||
sudo emacs /etc/gitlab/gitlab.rb | sudo emacs /etc/gitlab/gitlab.rb | ||
sudo gitlab-ctl reconfigure # whoa, this builds/bakes everything | sudo gitlab-ctl reconfigure # whoa, this builds/bakes everything | ||
um how tf do i run without ssl.... |
Revision as of 15:42, 11 September 2021
Yes it's Ruby. Yes it's time for yet another shitty "solution to everything" framework... sigh...
- set up shitcutter.com in domains.google.com and certbot and haproxy; see haproxy.cfg for details
- Install up to the point where you configure
- configure
sudo emacs /etc/gitlab/gitlab.rb sudo gitlab-ctl reconfigure # whoa, this builds/bakes everything
um how tf do i run without ssl....