From 66be8aaa327a3363a4ad0344ff635a7a2ffa07ac Mon Sep 17 00:00:00 2001 From: Flaminel Date: Fri, 27 Jun 2025 15:07:55 +0300 Subject: [PATCH] removed flmorg references --- .github/workflows/build-executable.yml | 2 +- .github/workflows/build-macos-arm-installer.yml | 2 +- .github/workflows/build-macos-intel-installer.yml | 2 +- .github/workflows/build-windows-installer.yml | 2 +- code/Dockerfile | 2 +- .../app/layout/sidebar-content/sidebar-content.component.html | 2 +- docs/docusaurus.config.ts | 2 ++ 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-executable.yml b/.github/workflows/build-executable.yml index 76a5d220..ed26f570 100644 --- a/.github/workflows/build-executable.yml +++ b/.github/workflows/build-executable.yml @@ -78,7 +78,7 @@ jobs: - name: Install dependencies and restore run: | - dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ secrets.PACKAGES_PAT }} --store-password-in-clear-text --name flmorg https://nuget.pkg.github.com/flmorg/index.json + dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ secrets.PACKAGES_PAT }} --store-password-in-clear-text --name Cleanuparr https://nuget.pkg.github.com/Cleanuparr/index.json dotnet restore code/backend/${{ env.executableName }}/${{ env.executableName }}.csproj - name: Copy frontend to backend wwwroot diff --git a/.github/workflows/build-macos-arm-installer.yml b/.github/workflows/build-macos-arm-installer.yml index b08b59b3..fbf9ed6a 100644 --- a/.github/workflows/build-macos-arm-installer.yml +++ b/.github/workflows/build-macos-arm-installer.yml @@ -78,7 +78,7 @@ jobs: - name: Restore .NET dependencies run: | - dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ env.PACKAGES_PAT }} --store-password-in-clear-text --name flmorg https://nuget.pkg.github.com/flmorg/index.json + dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ env.PACKAGES_PAT }} --store-password-in-clear-text --name Cleanuparr https://nuget.pkg.github.com/Cleanuparr/index.json dotnet restore code/backend/${{ env.executableName }}/${{ env.executableName }}.csproj - name: Build macOS ARM executable diff --git a/.github/workflows/build-macos-intel-installer.yml b/.github/workflows/build-macos-intel-installer.yml index 49440c36..8cad0e35 100644 --- a/.github/workflows/build-macos-intel-installer.yml +++ b/.github/workflows/build-macos-intel-installer.yml @@ -78,7 +78,7 @@ jobs: - name: Restore .NET dependencies run: | - dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ env.PACKAGES_PAT }} --store-password-in-clear-text --name flmorg https://nuget.pkg.github.com/flmorg/index.json + dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ env.PACKAGES_PAT }} --store-password-in-clear-text --name Cleanuparr https://nuget.pkg.github.com/Cleanuparr/index.json dotnet restore code/backend/${{ env.executableName }}/${{ env.executableName }}.csproj - name: Build macOS Intel executable diff --git a/.github/workflows/build-windows-installer.yml b/.github/workflows/build-windows-installer.yml index 7d609ed2..4843b15b 100644 --- a/.github/workflows/build-windows-installer.yml +++ b/.github/workflows/build-windows-installer.yml @@ -75,7 +75,7 @@ jobs: - name: Restore .NET dependencies run: | - dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ env.PACKAGES_PAT }} --store-password-in-clear-text --name flmorg https://nuget.pkg.github.com/flmorg/index.json + dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ env.PACKAGES_PAT }} --store-password-in-clear-text --name Cleanuparr https://nuget.pkg.github.com/Cleanuparr/index.json dotnet restore code/backend/${{ env.executableName }}/${{ env.executableName }}.csproj - name: Copy frontend to backend wwwroot diff --git a/code/Dockerfile b/code/Dockerfile index 649cebd8..6b19ed15 100644 --- a/code/Dockerfile +++ b/code/Dockerfile @@ -29,7 +29,7 @@ EXPOSE 11011 COPY backend/ ./backend/ # Restore dependencies -RUN dotnet nuget add source --username ${PACKAGES_USERNAME} --password ${PACKAGES_PAT} --store-password-in-clear-text --name Cleanuparr https://nuget.pkg.github.com/flmorg/index.json +RUN dotnet nuget add source --username ${PACKAGES_USERNAME} --password ${PACKAGES_PAT} --store-password-in-clear-text --name Cleanuparr https://nuget.pkg.github.com/Cleanuparr/index.json # Build and publish RUN dotnet publish ./backend/Cleanuparr.Api/Cleanuparr.Api.csproj \ diff --git a/code/frontend/src/app/layout/sidebar-content/sidebar-content.component.html b/code/frontend/src/app/layout/sidebar-content/sidebar-content.component.html index dcf7046c..f1e3de7c 100644 --- a/code/frontend/src/app/layout/sidebar-content/sidebar-content.component.html +++ b/code/frontend/src/app/layout/sidebar-content/sidebar-content.component.html @@ -12,7 +12,7 @@