gpt4 book ai didi

gitlab - 如何在一台机器上使用 GitLab 和 Gitlab-Mattermost?

转载 作者:行者123 更新时间:2023-12-01 03:35:16 35 4
gpt4 key购买 nike

我的配置文件:

external_url "http://192.168.3.23"  # note the use of a dotted ip

gitlab_rails['gitlab_email_enabled'] = true
gitlab_rails['gitlab_email_from'] = 'gitlab@myhome.com'
gitlab_rails['gitlab_email_display_name'] = 'gitlab'
#gitlab_rails['gitlab_email_reply_to'] = 'gitlab@myhome.com'

gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "mail.home"
gitlab_rails['smtp_port'] = 25
gitlab_rails['smtp_domain'] = "myhome.com"

mattermost_external_url 'http://192.168.3.23'
mattermost['gitlab_enable'] = true
mattermost['gitlab_secret'] = "4d1e<***>bdbfe"
mattermost['gitlab_id'] = "1c441<***>092df"
mattermost['gitlab_scope'] = ""
mattermost['gitlab_auth_endpoint'] = "http://192.168.3.23/oauth/authorize"
mattermost['gitlab_token_endpoint'] = "http://192.168.3.23/oauth/token"
mattermost['gitlab_user_api_endpoint'] = "http://192.168.3.23/api/v3/user"


# Shut down GitLab services on the Mattermost server
#gitlab_rails['enable'] = false

但是现在通过地址 192.168.3.23只加载 gitlab。 GitLab Community Edition 8.4.4 9c31cc6 !
如何开始使用 gitlab 和mattermost?

最佳答案

需要为 GitLab 和 Mattermost 使用不同的 URL 地址。

extermanl_url "http://192.168.3.23"
...
mattermost_external_url "http://192.168.3.23:8065"

求解 here .

关于gitlab - 如何在一台机器上使用 GitLab 和 Gitlab-Mattermost?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35458595/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com