2025-01-08 10:09:12 -08:00
2025-01-08 10:09:12 -08:00
2024-09-27 13:42:40 -04:00
2024-11-05 12:59:40 -05:00
2024-11-06 13:34:36 -05:00
2024-12-21 12:37:46 -05:00

gitlab

GitLab server, using GitLab omnibus

  • Category: Apps
  • Status: 0
  • Image: gitlab, 4, upstream
  • Healthcheck: Yes
  • Backups: Yes
  • Email: No
  • Tests: No
  • SSO: 1 (OAuth)

Quick start

  • abra app new gitlab --secrets
  • abra app config <app-name>
    • Set REGISTRY_DOMAIN to a domain that you want to use for the GitLab container registry (optional)
    • Set PAGES_DOMAIN to a domain that you want to use for the GitLab Pages service. NOTE: This cannot be a subdomain of the domain GitLab is hosted under. (optional)
    • Set GITLAB_ROOT_EMAIL to an appropriate email address
  • abra app deploy <app-name>

Accessing Git via SSH

GitLab is configured to accept ssh:// git connections on the non-standard port 2222. This is because by default the Coop Cloud host server also must accept SSH connections for server management, so port 22 is already occupied and can't be used by GitLab.

To configure your local git client to use the non-standard port by default, modify your local client's ~/.ssh/config file to include the following:

Host: git.yourserver.org
  Hostname: git.yourserver.org
  Port 2222

SSO Configuration

For more, see docs.coopcloud.tech.

Description
No description provided
Readme 229 KiB
Languages
Shell 100%