User Tools

Site Tools


computing:gitlab-ce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:gitlab-ce [2024/02/17 19:51] oemb1905computing:gitlab-ce [2026/01/25 15:38] (current) oemb1905
Line 48: Line 48:
 Ok, now that the configuration file is set up, let's make sure that your Apache Web Server has appropriate configuration files.  There is a [[https://gitlab.com/gitlab-org/gitlab-recipes|Gitlab Recipes]] repository dedicated to getting Gitlab-CE up on non-nginx web servers.  Always check the git repo above for the latest recipes, the ones I am using are currently here (2020): Ok, now that the configuration file is set up, let's make sure that your Apache Web Server has appropriate configuration files.  There is a [[https://gitlab.com/gitlab-org/gitlab-recipes|Gitlab Recipes]] repository dedicated to getting Gitlab-CE up on non-nginx web servers.  Always check the git repo above for the latest recipes, the ones I am using are currently here (2020):
      
-  * [[https://repo.haacksnetworking.org/haacknet/haackingclub/-/tree/main/configs/webservers/apache?ref_type=heads|Reverse Proxy Virtual Host Configs for Apache2]]+[[https://repo.haacksnetworking.org/haacknet/haackingclub/-/tree/main/configs/webservers/apache|Reverse Proxy Virtual Host Configs for Apache2]]
  
 These both work in production, so feel free to use and share.  Make sure you have appropriate apache mods enabled: These both work in production, so feel free to use and share.  Make sure you have appropriate apache mods enabled:
Line 94: Line 94:
   sudo gitlab-rake gitlab:check SANITIZE=true   sudo gitlab-rake gitlab:check SANITIZE=true
      
-Navigate to your web browser, and all should be restored.  ;)+Navigate to your web browser, and all should be restored. Unattended upgrades for Bookworm:
  
- --- //[[webmaster@haacksnetworking.org|oemb1905]] 2024/02/17 19:48//+  "o=*packages.gitlab.com/gitlab/gitlab-ce,codename=${distro_codename}"; 
 +  "*packages.gitlab.com/runner/gitlab-runner:${distro_codename}"; 
 +  "origin=packages.gitlab.com/gitlab/gitlab-ce,codename=${distro_codename},label=gitlab-ce"; 
 + 
 +Unattended upgrades for Trixie: 
 + 
 +  "o=*packages.gitlab.com/gitlab/gitlab-ce*,codename=${distro_codename}"; 
 +  "o=*packages.gitlab.com/runner/gitlab-runner*,codename=${distro_codename}"; 
 +  "origin=packages.gitlab.com/gitlab/gitlab-ce,codename=${distro_codename},label=gitlab-ce"; 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/01/25 15:37//
computing/gitlab-ce.1708199473.txt.gz · Last modified: by oemb1905