Remove Proxy featurw

This commit is contained in:
Mukhtar Akere
2025-04-13 13:03:43 +01:00
parent 8029cd3840
commit 39945616f3
71 changed files with 1 additions and 19915 deletions

View File

@@ -5,7 +5,6 @@ import (
"fmt"
"github.com/sirrobot01/decypharr/internal/config"
"github.com/sirrobot01/decypharr/internal/logger"
"github.com/sirrobot01/decypharr/pkg/proxy"
"github.com/sirrobot01/decypharr/pkg/qbit"
"github.com/sirrobot01/decypharr/pkg/server"
"github.com/sirrobot01/decypharr/pkg/service"
@@ -77,12 +76,6 @@ func Start(ctx context.Context) error {
}()
}
if cfg.Proxy.Enabled {
safeGo(func() error {
return proxy.NewProxy().Start(ctx)
})
}
safeGo(func() error {
return _webdav.Start(ctx)
})