1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 07:01:02 +08:00
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
2025-11-06 22:24:44 +08:00

21 lines
549 B
YAML

additionalProperties:
key: gitlab
name: GitLab
tags:
- DevOps
shortDescZh: 一个自托管的Git仓库管理工具
shortDescEn: A self-hosted Git repository management tool
description:
en: A self-hosted Git repository management tool
zh: 一个自托管的Git仓库管理工具
type: website
crossVersionUpdate: false
limit: 0
website: https://about.gitlab.com/
github: https://about.gitlab.com/
document: https://docs.gitlab.com/user/get_started/
memoryRequired: 2560
architectures:
- amd64
- arm64