mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #472] [MERGED] feat: private/custom git repos - GitHub, GitLab, Bitbucket, custom #468
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/472
Author: @michelroegl-brunner
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner
Base:
main← Head:feat/406📝 Commits (1)
a56c625feat: private/custom git repos - GitHub, GitLab, Bitbucket, custom📊 Changes
17 files changed (+408 additions, -220 deletions)
View changed files
📝
.env.example(+5 -0)📝
src/app/_components/GeneralSettingsModal.tsx(+4 -3)📝
src/env.js(+7 -2)➕
src/server/lib/gitProvider/bitbucket.ts(+55 -0)➕
src/server/lib/gitProvider/custom.ts(+44 -0)➕
src/server/lib/gitProvider/github.ts(+60 -0)➕
src/server/lib/gitProvider/gitlab.ts(+58 -0)➕
src/server/lib/gitProvider/index.js(+1 -0)➕
src/server/lib/gitProvider/index.ts(+28 -0)➕
src/server/lib/gitProvider/types.ts(+14 -0)➕
src/server/lib/repositoryUrlValidation.js(+37 -0)➕
src/server/lib/repositoryUrlValidation.ts(+57 -0)📝
src/server/services/githubJsonService.js(+7 -76)📝
src/server/services/githubJsonService.ts(+9 -81)📝
src/server/services/repositoryService.js(+5 -6)📝
src/server/services/repositoryService.ts(+5 -7)📝
src/server/services/scriptDownloader.js(+12 -45)📄 Description
Summary
Add support for private and custom Git repositories: validation accepts GitHub, GitLab, Bitbucket, and custom hosts; sync and script download work for all supported providers via a provider layer.
Changes
repositoryUrlValidation(GitHub, GitLab, Bitbucket, custom host pattern)listDirectoryanddownloadRawFilefor GitHub, GitLab, Bitbucket, Gitea-style customdownloadRawFilefor script and install script downloads.env.exampleandenv.jsforGITLAB_TOKEN,BITBUCKET_APP_PASSWORD/BITBUCKET_TOKENCloses #406
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.