1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-13 18:53:10 +08:00
parent be08a5b4b7
commit e5678a3ec6
437 changed files with 3533 additions and 1195 deletions

View File

@@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
random: false
required: true
rule: paramPort
type: number
- default: 8022
envKey: PANEL_APP_PORT_22
labelEn: Port 22 in container
labelZh: 容器内的 22 端口
random: false
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,25 @@
version: "3.6"
services:
gitlab-jh:
image: gitlab/gitlab-ee:18.0.2-ee.0
container_name: ${CONTAINER_NAME}
hostname: localhost
restart: always
networks:
- 1panel-network
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://localhost/'
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_22}:22
volumes:
- './config:/etc/gitlab'
- './logs:/var/log/gitlab'
- './data:/var/opt/gitlab'
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

17
apps/gitlab/README.md Normal file
View File

@@ -0,0 +1,17 @@
# GitLab
### 使用建议
- 对于最多 20 个请求每秒或 1,000 个用户,您应该拥有 8 个 vCPU。
- 对于最多 20 个请求每秒或 1,000 个用户,您应该拥有 16 GB 的内存。
- 内存小于 2 GB 时无法访问。
### 管理员账户
- 默认的管理员账户为`root`,密码在`config`目录中的`initial_root_password`文件。
- 如果你的1Panel安装在`/opt`,则`initial_root_password`位于`/opt/1panel/apps/local/gitlab/localgitlab/config/initial_root_password`
- 该密码24小时内有效请及时修改密码。
### 使用偏好
- 关于将语言偏好设置为中文,请参考[官方文档](https://docs.gitlab.com/user/profile/preferences/#change-your-display-language-on-the-gitlab-ui)。

13
apps/gitlab/data.yml Normal file
View File

@@ -0,0 +1,13 @@
additionalProperties:
key: gitlab
name: GitLab
tags:
- DevOps
shortDescZh: 一个自托管的Git仓库管理工具
shortDescEn: A self-hosted Git repository management tool
type: website
crossVersionUpdate: False
limit: 0
website: https://about.gitlab.com/
github: https://about.gitlab.com/
document: https://docs.gitlab.com/user/get_started/

BIN
apps/gitlab/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB