mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
commit
539910fdb8
11 changed files with 87 additions and 18 deletions
|
@ -5,4 +5,5 @@
|
|||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -18,7 +18,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
||||
|
||||
**Shipped version:** 17.1.2~ynh1
|
||||
**Shipped version:** 17.2.1~ynh1
|
||||
|
||||
**Demo:** <https://gitlab.com/explore>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ No se debe editar a mano.
|
|||
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
||||
|
||||
**Versión actual:** 17.1.2~ynh1
|
||||
**Versión actual:** 17.2.1~ynh1
|
||||
|
||||
**Demo:** <https://gitlab.com/explore>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ EZ editatu eskuz.
|
|||
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
||||
|
||||
**Paketatutako bertsioa:** 17.1.2~ynh1
|
||||
**Paketatutako bertsioa:** 17.2.1~ynh1
|
||||
|
||||
**Demoa:** <https://gitlab.com/explore>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD
|
||||
|
||||
**Version incluse :** 17.1.2~ynh1
|
||||
**Version incluse :** 17.2.1~ynh1
|
||||
|
||||
**Démo :** <https://gitlab.com/explore>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ NON debe editarse manualmente.
|
|||
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
||||
|
||||
**Versión proporcionada:** 17.1.2~ynh1
|
||||
**Versión proporcionada:** 17.2.1~ynh1
|
||||
|
||||
**Demo:** <https://gitlab.com/explore>
|
||||
|
||||
|
|
49
README_id.md
Normal file
49
README_id.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# GitLab untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/gitlab.svg)](https://ci-apps.yunohost.org/ci/apps/gitlab/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/gitlab.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/gitlab.maintain.svg)
|
||||
|
||||
[![Pasang GitLab dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitlab)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang GitLab secara cepat dan mudah pada server YunoHost.*
|
||||
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||
|
||||
## Ringkasan
|
||||
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
||||
|
||||
**Versi terkirim:** 17.2.1~ynh1
|
||||
|
||||
**Demo:** <https://gitlab.com/explore>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada GitLab](./doc/screenshots/GitLab_running_11.0_(2018-07).png)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://gitlab.com>
|
||||
- Dokumentasi admin resmi: <https://docs.gitlab.com/>
|
||||
- Depot kode aplikasi hulu: <https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/gitlab>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/gitlab_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features
|
||||
|
||||
**分发版本:** 17.1.2~ynh1
|
||||
**分发版本:** 17.2.1~ynh1
|
||||
|
||||
**演示:** <https://gitlab.com/explore>
|
||||
|
||||
|
|
|
@ -211,6 +211,8 @@ external_url '__GENERATED_EXTERNAL_URL__'
|
|||
# gitlab_rails['ci_runner_versions_reconciliation_worker_cron'] = "@daily"
|
||||
# gitlab_rails['ci_runners_stale_machines_cleanup_worker_cron'] = "36 * * * *"
|
||||
# gitlab_rails['ci_catalog_resources_process_sync_events_worker_cron'] = "*/1 * * * *"
|
||||
# gitlab_rails['ci_click_house_finished_pipelines_sync_worker_cron'] = "*/4 * * * *"
|
||||
# gitlab_rails['ci_click_house_finished_pipelines_sync_worker_args'] = [1]
|
||||
|
||||
### Webhook Settings
|
||||
###! Number of seconds to wait for HTTP response after sending webhook HTTP POST
|
||||
|
@ -850,6 +852,9 @@ gitlab_rails['gitlab_shell_ssh_port'] = __SSH_PORT__
|
|||
# gitlab_rails['redis_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem'
|
||||
# gitlab_rails['redis_tls_client_cert_file'] = nil
|
||||
# gitlab_rails['redis_tls_client_key_file'] = nil
|
||||
# gitlab_rails['redis_connect_timeout'] = nil
|
||||
# gitlab_rails['redis_read_timeout'] = nil
|
||||
# gitlab_rails['redis_write_timeout'] = nil
|
||||
|
||||
#### Redis local UNIX socket (will be disabled if TCP method is used)
|
||||
# gitlab_rails['redis_socket'] = "/var/opt/gitlab/redis/redis.socket"
|
||||
|
@ -1398,6 +1403,8 @@ sidekiq['listen_port'] = __PORT_SIDEKIQ__
|
|||
##! **We do not recommend changing this directory.**
|
||||
# gitlab_shell['dir'] = "/var/opt/gitlab/gitlab-shell"
|
||||
|
||||
# gitlab_shell['lfs_pure_ssh_protocol'] = false
|
||||
|
||||
################################################################################
|
||||
## gitlab-sshd
|
||||
################################################################################
|
||||
|
@ -1422,6 +1429,9 @@ sidekiq['listen_port'] = __PORT_SIDEKIQ__
|
|||
# gitlab_sshd['ciphers'] = nil
|
||||
# gitlab_sshd['kex_algorithms'] = nil
|
||||
# gitlab_sshd['macs'] = nil
|
||||
##! A list of the to be accepted public key algorithms.
|
||||
##! For example: %w(ssh-ed25519 ecdsa-sha2-nistp256 rsa-sha2-256 rsa-sha2-512)
|
||||
# gitlab_sshd['public_key_algorithms'] = nil
|
||||
# gitlab_sshd['login_grace_time'] = 60
|
||||
# gitlab_sshd['host_keys_dir'] = '/var/opt/gitlab/gitlab-sshd'
|
||||
# gitlab_sshd['host_keys_glob'] = 'ssh_host_*_key'
|
||||
|
@ -1836,7 +1846,7 @@ nginx['listen_https'] = false
|
|||
# nginx['cache_max_size'] = '5000m'
|
||||
# nginx['server_names_hash_bucket_size'] = 64
|
||||
##! These paths have proxy_request_buffering disabled
|
||||
# nginx['request_buffering_off_path_regex'] = "/api/v\\d/jobs/\\d+/artifacts$|/import/gitlab_project$|\\.git/git-receive-pack$|\\.git/gitlab-lfs/objects|\\.git/info/lfs/objects/batch$"
|
||||
# nginx['request_buffering_off_path_regex'] = "/api/v\\d/jobs/\\d+/artifacts$|/import/gitlab_project$|\\.git/git-receive-pack$|\\.git/ssh-receive-pack$|\\.git/ssh-upload-pack$|\\.git/gitlab-lfs/objects|\\.git/info/lfs/objects/batch$"
|
||||
|
||||
### Nginx status
|
||||
# nginx['status'] = {
|
||||
|
@ -3529,4 +3539,13 @@ package['modify_kernel_parameters'] = __MODIFY_KERNEL_PARAMETERS__
|
|||
# crond['cron_d'] = '/var/opt/gitlab/crond'
|
||||
# crond['flags'] = {}
|
||||
|
||||
####
|
||||
# gitlab-backup-cli settings
|
||||
####
|
||||
# gitlab_backup_cli['enable'] = false
|
||||
# gitlab_backup_cli['user'] = 'gitlab-backup'
|
||||
# gitlab_backup_cli['group'] = 'gitlab-backup'
|
||||
# gitlab_backup_cli['dir'] = '/var/opt/gitlab/backups'
|
||||
# gitlab_backup_cli['additional_groups'] = %w[git gitlab-psql registry]
|
||||
|
||||
from_file '/etc/gitlab/gitlab-persistent.rb'
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "GitLab"
|
|||
description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features"
|
||||
description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD"
|
||||
|
||||
version = "17.1.2~ynh1"
|
||||
version = "17.2.1~ynh1"
|
||||
|
||||
maintainers = ["kay0u"]
|
||||
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
#!/bin/bash
|
||||
|
||||
gitlab_version="17.1.2"
|
||||
gitlab_version="17.2.1"
|
||||
|
||||
# Upgrade path: https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/
|
||||
# sha256sum found here: https://packages.gitlab.com/gitlab
|
||||
gitlab_debian_version="$(lsb_release -sc)"
|
||||
|
||||
gitlab_x86_64_bookworm_source_sha256="a850a4fc326ceabd2da3c687ef076bdfb86a212134ed41d9f87a87406a1bd0cf"
|
||||
gitlab_x86_64_bullseye_source_sha256="652eaaf440b9729cc8a09da1982a1fac177ab425ed94ca6f78944f5bd42eaf9f"
|
||||
gitlab_x86_64_buster_source_sha256="f50136bdd32781a89238adbc6456b43c72f74235bb3e21c4c5005549f5f54508"
|
||||
gitlab_x86_64_bookworm_source_sha256="3f6eda84728380787bff751b76cb5ddaffe7f07376ba873de8e33865fc5b671e"
|
||||
gitlab_x86_64_bullseye_source_sha256="6a82c30d61683ae51cc7442d45d5dcb880ea9343857cf3c59a3aa52fa964eb57"
|
||||
gitlab_x86_64_buster_source_sha256="0f89798b7df3a904d454238926d1accf9b71b543f2b8c7113d42061bcf342a13"
|
||||
|
||||
gitlab_arm64_bookworm_source_sha256="dd893cd820902c3b82abb1feace7dc68824cfadbd2175c0ef0a0f1ec12dca5da"
|
||||
gitlab_arm64_bullseye_source_sha256="a4f317b6750708dd9be0ee3cee0109bc44fb003df48e02a066af7b7433ff6053"
|
||||
gitlab_arm64_buster_source_sha256="e3dfef1873d6a6caf802ea9c6d662b95c4f71c7cd1dce11b5b6e7c64c32109c5"
|
||||
gitlab_arm64_bookworm_source_sha256="39ca066d25ca23642bb7d6e1a6df4dcfeefa6638a3e33127b2969b243984eb13"
|
||||
gitlab_arm64_bullseye_source_sha256="cc7b86ca2fd3b72c8f14c57d5b4742b82fc7db24de217c1072076218654bca5f"
|
||||
gitlab_arm64_buster_source_sha256="fc6893c6c545551886db6800f85dd2bd7c135e5a09fdd78d86305b90a4f67fd1"
|
||||
|
||||
gitlab_arm_bookworm_source_sha256=""
|
||||
gitlab_arm_bullseye_source_sha256="ac1fd6d947f88208fe8b0439c4574d117a9ad4fdfd18d5f934d981672c15465e"
|
||||
gitlab_arm_buster_source_sha256="1f2f8d497a29fd0552188920616cf60896157fca99d08af6e365c99d3cd1953d"
|
||||
gitlab_arm_bullseye_source_sha256="cd3d23bca99147a47485e061c04b28fc8784db05cadccb1d044ba2e95a13dd55"
|
||||
gitlab_arm_buster_source_sha256="d1cc0e2327a3ebd9a08adec1f3d3ab3b48daf2c0eb61fb737635130e94e3bce7"
|
||||
|
||||
architecture=$(ynh_app_setting_get --app="$app" --key=architecture)
|
||||
|
||||
|
|
Loading…
Reference in a new issue