...
Code Block |
---|
external_url 'http://domaingitlab.example.com' #external_url 'https://domaingitlab.example.com' # letsencrypt['auto_renew'] = true # letsencrypt['auto_renew_hour'] = 0 # letsencrypt['auto_renew_minute'] = nil # Should be a number or cron expression, if specified. # letsencrypt['auto_renew_day_of_month'] = "*/4" |
...
Code Block |
---|
external_url 'http://domaingitlab.example.com' external_url 'https://domaingitlab.example.com' letsencrypt['auto_renew'] = true letsencrypt['auto_renew_hour'] = 0 letsencrypt['auto_renew_minute'] = nil # Should be a number or cron expression, if specified. letsencrypt['auto_renew_day_of_month'] = "*/4" |
...