feat: update git-sync 0.20.0

This commit is contained in:
arch3rPro
2025-12-04 01:31:12 +08:00
parent fa9c0afe8f
commit 29e2e2d8ad
5 changed files with 85 additions and 2 deletions

View File

@@ -0,0 +1,30 @@
additionalProperties:
formFields:
- default: ./config.yaml
edit: true
envKey: GITSYNC_CONFIG_PATH
labelEn: Config Path
labelZh: 配置文件路径
required: true
type: text
- default: ./backups
edit: true
envKey: GITSYNC_BACKUP_PATH
labelEn: Backup Path
labelZh: 备份目录
required: true
type: text
- default: 1000
edit: true
envKey: PUID
labelEn: PUID
labelZh: 用户ID(PUID)
required: true
type: number
- default: 1000
edit: true
envKey: PGID
labelEn: PGID
labelZh: 用户组ID(PGID)
required: true
type: number