From 7cec61b959f99a61422f5fb09be5d1eb0c87ef17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ren=C3=A9=20White=20Enciso?= Date: Mon, 9 Mar 2026 11:57:46 -0600 Subject: [PATCH] chore(thalos-service): checkpoint pending development updates --- Directory.Build.props | 4 ++-- Dockerfile | 2 +- docs/architecture/package-publication-baseline.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fec911d..6a9a5f6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,8 +3,8 @@ AgileWebs AgileWebs git - http://192.168.10.100:3000/AgileWebs/thalos-service - http://192.168.10.100:3000/AgileWebs/thalos-service + https://gitea.dream-views.com/AgileWebs/thalos-service + https://gitea.dream-views.com/AgileWebs/thalos-service false diff --git a/Dockerfile b/Dockerfile index fe895c0..d8f8571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG SDK_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0 ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/aspnet:10.0 FROM ${SDK_IMAGE} AS build -ARG NUGET_FEED_URL=http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json +ARG NUGET_FEED_URL=https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json ARG NUGET_FEED_USERNAME= ARG NUGET_FEED_TOKEN= WORKDIR /src diff --git a/docs/architecture/package-publication-baseline.md b/docs/architecture/package-publication-baseline.md index 2bb3333..d668c34 100644 --- a/docs/architecture/package-publication-baseline.md +++ b/docs/architecture/package-publication-baseline.md @@ -2,7 +2,7 @@ ## Feed -- Source: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json` +- Source: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json` - Authentication: Gitea login + token - HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`