Skip to content

Commit

Permalink
Add v8.5 videos
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 28, 2024
1 parent 712592c commit 60e1720
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 11 deletions.
16 changes: 12 additions & 4 deletions MyApp/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@
})

@await Html.PartialAsync("VideoGroup", new Shared.VideoGroup {
Title = "CreatorKit",
Summary = "Open Source self-hosted alternative to Mailchimp and Disqus",
Group = "creatorkit",
LearnMore = "https://servicestack.net/creatorkit/",
Title = "AI Server",
Summary = "Unified APIs for LLM APIs, Ollama, ComfyUI & FFmpeg",
Group = "ai-server",
LearnMore = "https://servicestack.net/posts/ai-server",
Background = "bg-slate-100 dark:bg-slate-800",
})

Expand All @@ -232,6 +232,14 @@
Group = "features",
})

@await Html.PartialAsync("VideoGroup", new Shared.VideoGroup {
Title = "CreatorKit",
Summary = "Open Source self-hosted alternative to Mailchimp and Disqus",
Group = "creatorkit",
LearnMore = "https://servicestack.net/creatorkit/",
Background = "bg-slate-100 dark:bg-slate-800",
})

@await Html.PartialAsync("Home/Features")

<div class="relative isolate bg-gray-900">
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_videos/actions/aws-ecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Deploy Docker .NET Apps to AWS ECS with GitHub Actions
url: https://youtu.be/Eh4tvLN8i8g
tags: [github-actions,deployment,aws,ecs]
date: 21-04-2021
order: 4
order: 5
---

ServiceStack projects, enabling the configuration for building, testing, and deploying to a cost-efficient AWS ECS setup.
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_videos/actions/aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Run ServiceStack .NET Apps in AWS Lambda Containers
url: https://youtu.be/8mpGNTsSlvE
tags: [github-actions,deployment,aws,lambda]
date: 02-02-2021
order: 5
order: 6
---

This walkthrough demonstrates deploying a ServiceStack application to AWS Lambda using Docker containers through GitHub Actions.
Expand Down
11 changes: 11 additions & 0 deletions MyApp/_videos/actions/kamal-deployments.md
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.
2 changes: 1 addition & 1 deletion MyApp/_videos/actions/kubernetes-not-required.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GitHub for Auto Deployments - Kubernetes Not Required
url: https://youtu.be/7dardvqBFbE
tags: [github-actions,deployment,hosting]
date: 08-08-2023
order: 2
order: 3
---

Step by step walkthrough for deploying your App via GitHub Actions and plain old SSH.
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_videos/actions/litestream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Create Simple, Fast, Reliable Apps with Litestream
url: https://youtu.be/WXRwT7ayc1Y
tags: [ormlite,db,litestream,hosting]
date: 22-07-2022
order: 6
order: 7
---

This guide introduces [Litestream](https://litestream.io) for SQLite and demonstrates using ServiceStack Litestream mix templates for efficient setup.
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_videos/actions/net8-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: .NET 8's built-in streamlined containerization
url: https://youtu.be/y57c-9jeIww
tags: [dotnet,deployment,hosting]
date: 30-11-2023
order: 1
order: 2
---

Explore the enhanced Docker integration in .NET 8 simplifying the containerization of your C# projects.
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_videos/actions/ssh-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Using GitHub Actions for CI & .NET App Deployments
url: https://youtu.be/0PvzcnxlBvc
tags: [github-actions,deployment]
date: 22-04-2021
order: 3
order: 4
---

This tutorial demonstrates enabling continuous integration, deployment, hosting, and Let's Encrypt HTTPS configuration
Expand Down
2 changes: 1 addition & 1 deletion MyApp/_videos/actions/switch-to-arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How much can .NET Apps save by switching to ARM?
url: https://youtu.be/yeGEI3n5pnQ
tags: [ormlite,db,hosting]
date: 30-08-2023
order: 7
order: 8
---

In this video we go through some benchmark results from comparing running 3 different types of workloads on x86 and
Expand Down
13 changes: 13 additions & 0 deletions MyApp/_videos/ai-server/video1.md
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.

0 comments on commit 60e1720

Please sign in to comment.