mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
12.2.1
This commit is contained in:
parent
8348a929b4
commit
4aebe8355f
4 changed files with 10 additions and 5 deletions
|
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
|
|
||||||
GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc.
|
GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc.
|
||||||
|
|
||||||
**Shipped version:** 12.2.0
|
**Shipped version:** 12.2.1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -71,6 +71,9 @@ external_url '__GENERATED_EXTERNAL_URL__'
|
||||||
# gitlab_rails['gitlab_email_display_name'] = 'Example'
|
# gitlab_rails['gitlab_email_display_name'] = 'Example'
|
||||||
# gitlab_rails['gitlab_email_reply_to'] = 'noreply@example.com'
|
# gitlab_rails['gitlab_email_reply_to'] = 'noreply@example.com'
|
||||||
# gitlab_rails['gitlab_email_subject_suffix'] = ''
|
# gitlab_rails['gitlab_email_subject_suffix'] = ''
|
||||||
|
# gitlab_rails['gitlab_email_smime_enabled'] = false
|
||||||
|
# gitlab_rails['gitlab_email_smime_key_file'] = '/etc/gitlab/ssl/gitlab_smime.key'
|
||||||
|
# gitlab_rails['gitlab_email_smime_cert_file'] = '/etc/gitlab/ssl/gitlab_smime.crt'
|
||||||
|
|
||||||
### GitLab user privileges
|
### GitLab user privileges
|
||||||
# gitlab_rails['gitlab_default_can_create_group'] = true
|
# gitlab_rails['gitlab_default_can_create_group'] = true
|
||||||
|
@ -491,6 +494,8 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__
|
||||||
# gitlab_rails['db_sslmode'] = nil
|
# gitlab_rails['db_sslmode'] = nil
|
||||||
# gitlab_rails['db_sslcompression'] = 0
|
# gitlab_rails['db_sslcompression'] = 0
|
||||||
# gitlab_rails['db_sslrootcert'] = nil
|
# gitlab_rails['db_sslrootcert'] = nil
|
||||||
|
# gitlab_rails['db_sslcert'] = nil
|
||||||
|
# gitlab_rails['db_sslkey'] = nil
|
||||||
# gitlab_rails['db_prepared_statements'] = false
|
# gitlab_rails['db_prepared_statements'] = false
|
||||||
# gitlab_rails['db_statements_limit'] = 1000
|
# gitlab_rails['db_statements_limit'] = 1000
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Gitlab",
|
"name": "Gitlab",
|
||||||
"id": "gitlab",
|
"id": "gitlab",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"version": "12.2.0~ynh1",
|
"version": "12.2.1~ynh1",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "GitLab is a Git-repository manager.",
|
"en": "GitLab is a Git-repository manager.",
|
||||||
"fr": "GitLab est un gestionnaire de dépôts Git."
|
"fr": "GitLab est un gestionnaire de dépôts Git."
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
gitlab_version="12.2.0"
|
gitlab_version="12.2.1"
|
||||||
|
|
||||||
gitlab_x86_64_source_sha256="c483581545891e65eafcc15b6cf2f620b8f5df34e4e26fb12da984556196ebeb"
|
gitlab_x86_64_source_sha256="102040c54d112738cddadff9f661f0e010e2bf5172c6f6d8f635ed2f8b9de6f7"
|
||||||
|
|
||||||
gitlab_arm_source_sha256="231d115b3c0a459b9ee3cc47f432755cfacf2925190c996a59923c061eddf6cb"
|
gitlab_arm_source_sha256="8418907a9a2a67b703c334d8d83e941c296f68d79e358b49107d52e92909f3df"
|
||||||
|
|
||||||
gitlab_filename="gitlab-ce-${gitlab_version}.deb"
|
gitlab_filename="gitlab-ce-${gitlab_version}.deb"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue