fix: 代理 Runner 仓库 HTTP 流量

This commit is contained in:
2026-09-21 05:27:52 +00:00
parent be697a61cf
commit 14c431031d
3 changed files with 52 additions and 4 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ func runController(ctx context.Context) error {
}
facadeServer := runnerfacade.Server{
Facade: facade, ListenAddress: config.FacadeListen, TrustDomain: config.TrustDomain,
WorkloadAPIAddr: config.WorkloadAPIAddr,
WorkloadAPIAddr: config.WorkloadAPIAddr, UpstreamURL: config.GiteaURL,
}
components := controller.Registry{
controller.Scheduler: runComponent(func(ctx context.Context) error {