generated from NetCoreTemplates/razor-ssg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Use Kamal to deploy .NET Apps to any Linux server | ||
url: https://youtu.be/-mDJfRG8mLQ | ||
tags: [kamal,deployment,hosting] | ||
date: 27-11-2024 | ||
order: 1 | ||
--- | ||
|
||
Kamal is a CLI utility by the BaseCamp team that makes self hosting containers on any Linux host a lot easier to manage. | ||
We've incorporated the use of Kamal into some of the most populate templates to give developers the ability to | ||
manage their deployed containers using various Kamal commands, and use GitHub Actions as the CI for central deployment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Self Hosted gateway for proxying LLM APIs, Ollama, ComfyUI & FFmpeg servers | ||
url: https://youtu.be/Ojo80oFQte8 | ||
tags: [servicestack,ai,gpt] | ||
date: 27-11-2024 | ||
--- | ||
|
||
Introducing AI Server, a self-hosted Docker gateway managing API access to various AI services like LLMs and ComfyUI. | ||
It offers centralized management, load balancing across multiple providers, and native typed integrations for | ||
numerous languages. | ||
|
||
Key features include live monitoring, protected access with API keys, and built-in UIs as well as | ||
simplified access of OpenAI Chat compatible APIs across multiple languages. |