2025-03-08 17:44:16 +02:00

11 lines
459 B
Plaintext

external_url 'https://gitlab.example.com'
external_url 'https://gitlab.example.com'
registry_external_url 'https://registry.gitlab.example.com'
gitlab_rails['registry_enabled'] = true
gitlab_rails['registry_host'] = "registry.gitlab.example.com"
nginx['real_ip_trusted_addresses'] = [ "192.168.0.1/32" ]
registry_nginx['enable'] = true
registry_nginx['listen_port'] = 443
letsencrypt['enable'] = false
gitlab_rails['backup_path'] = "/srv/gitlab/backups/data"