Skip to content

Add configuration options to use own GitLab instances

paulolaup requested to merge paulolaup/termgit-dev:dev into dev

Ref #17

GITLAB_URL Replace static GitLab URL with dynamic one using predefined GitLab environment variables

SECURE_REQUESTS Add option to control SSL verification for Git requests (and ones to GitLab) using SECURE_GIT_REQUESTS environment variable.

MALAC-CT Add environment variable to define own source for MaLaC-CT project

TERMGIT_TEMPLATES Add environment variable to define own source for Termgit Templates project

NEW ENVIRONMENT_VARIABLES

  • MALAC_CT_PROJECT: project path of MaLaC-CT project used to pull from
  • TERMGIT_TEMPLATES_PROJECT: project path of Termgit-Templates project to pull from
  • SECURE_GIT_REQUESTS: 'true'/'false' to enable/disable SSH verification on Git requests. Defaults to 'true'
  • RUN_IG, UPDATE_HTML_PROJECT, PAGES: 'true'/'false' to enable/disable corresponding pipeline jobs. Disabling a job also disables subsequent jobs. All default to 'true' (values != 'false' lead to job execution)
Edited by paulolaup

Merge request reports