Compare commits

...

2 Commits

Author SHA1 Message Date
Tudor Stanciu 0657aa9358 readme update 2023-03-05 02:58:10 +02:00
Tudor Stanciu b650658f53 self hosted nuget server url update 2023-02-26 03:26:56 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/nuget" />
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/v3/index.json" />
</packageSources>
</configuration>

View File

@ -28,7 +28,7 @@ Network Resurrector is a system that comprises of five essential services which
* As is probably already obvious, the agent can be installed on as many machines as desired.
### Tuitio
* Tuitio is my personal identity server. It manages user authentication within the application and authorizes requests made by it. Further information about Gundo can be found on its dedicated page.
* [Tuitio](https://lab.code-rove.com/gitea/tudor.stanciu/tuitio) is my personal identity server. It manages user authentication within the application and authorizes requests made by it. Further information about [Tuitio](https://lab.code-rove.com/gitea/tudor.stanciu/tuitio/src/branch/master/README.md) can be found on its dedicated page.
All communication between the five main components is done exclusively through HTTP.