Compare commits

..

No commits in common. "0657aa9358410c6e9bf03776f3c9feb46fd1bb4e" and "62d86254bad4287ab8b3cf743faa124f3be23c6e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
<packageSources> <packageSources>
<clear /> <clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <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/v3/index.json" /> <add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/nuget" />
</packageSources> </packageSources>
</configuration> </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. * As is probably already obvious, the agent can be installed on as many machines as desired.
### Tuitio ### Tuitio
* [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. * 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.
All communication between the five main components is done exclusively through HTTP. All communication between the five main components is done exclusively through HTTP.