You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a private, local, and self-hosted AI stack to help me out with daily tasks. If you're looking for the tutorial to run this yourself, you can out the video here [How to Self-Host Your Own Private AI Stack](/posts/ai-stack-tutorial/)
13
-
12
+
I built a private, local, and self-hosted AI stack to help me out with daily tasks.
@@ -21,6 +20,8 @@ I built a private, local, and self-hosted AI stack to help me out with daily tas
21
20
22
21
## Info
23
22
23
+
If you're looking for the tutorial to run this yourself, you can out the video here [How to Self-Host Your Own Private AI Stack](/posts/ai-stack-tutorial/)
24
+
24
25
Full tutorial coming soon on my other channel! [TechnoTimTinkers](https://www.youtube.com/channel/UCZKdfneLKfx7kp64a8Ks2Yg)
In this tutorial we'll walk through my local, private, self-hosted AI stack so that you can run it too. If you're looking for the overview of this stack, you can out the video here [Self-Hosted AI That's Actually Useful](/posts/private-practical-local-ai/)
12
+
In this tutorial we'll walk through my local, private, self-hosted AI stack so that you can run it too.
@@ -18,6 +18,10 @@ In this tutorial we'll walk through my local, private, self-hosted AI stack so t
18
18
19
19
- Nothing in this video was sponsored
20
20
21
+
## Info
22
+
23
+
If you're looking for the overview of this stack, you can out the video here [Self-Hosted AI That's Actually Useful](/posts/private-practical-local-ai/)
24
+
21
25
## Hardware
22
26
23
27
- Machine Used for AI: [Building My ULTIMATE, All-inOne, HomeLab Server](https://www.youtube.com/watch?v=1lXSdg-8evA)
@@ -107,9 +111,9 @@ Here are the packages and repo's we're be using
107
111
108
112
## Traefik
109
113
110
-
### Info
114
+
### Using
111
115
112
-
I am using Traefik as the only entry point into this stack. No ports are exposed on the host. If you don't want to use traefik, just comment out the labels (and optionally rename the network named `traefik`). You will then need to expose ports for `open-webui`, `stable-diffusion-webui`, and `whipser` in your Docker compose file.
116
+
I am using Traefik as the only entry point into this stack. No ports are exposed on the host. If you don't want to use traefik, just comment out the labels (and optionally rename the network named `traefik`). You will then need to expose ports for `open-webui`, `stable-diffusion-webui`, and `whisper` in your Docker compose file.
113
117
114
118
If you need help installing Traefik, see this post on [installing traefik 3 on Docker](/posts/traefik-3-docker-certificates/)
0 commit comments