Files
ProxmoxVE-Local/src/server/lib/gitProvider/index.js
Michel Rögl-Brunner a56c625b4f feat: private/custom git repos - GitHub, GitLab, Bitbucket, custom
- Add repository URL validation for GitHub, GitLab, Bitbucket, and custom hosts
- Add git provider layer (listDirectory, downloadRawFile) for all providers
- Wire githubJsonService and scriptDownloader to use provider; sync/download from any supported source
- Update GeneralSettingsModal placeholder and help text; .env.example and env schema for GITLAB_TOKEN, BITBUCKET_APP_PASSWORD

Closes #406
2026-01-29 13:08:28 +01:00

2 lines
78 B
JavaScript

export { listDirectory, downloadRawFile, getRepoProvider } from "./index.ts";