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
Copy file name to clipboardExpand all lines: README-new.md
+17-36Lines changed: 17 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,28 +12,21 @@
12
12
13
13
This repository contains my **actual production Docker setups** that power my homelab infrastructure. Unlike theoretical guides, these are real-world configurations that I use daily.
14
14
15
-
### ✨ Key Features
16
-
-**Real-world configurations** based on [Deployrr](https://www.simplehomelab.com/deployrr/) and [Ultimate Docker Media Server](https://www.simplehomelab.com/ultimate-docker-media-server-udms-01/) series
17
-
-**150+ Docker applications** ready to deploy
18
-
-**Multi-host architecture** spanning home servers, cloud VPS, and NAS
19
-
-**Production-tested** setups with security and performance optimizations
20
-
-**Extensive documentation** and video tutorials
15
+
My setup is based on [Deployrr](https://www.simplehomelab.com/deployrr/) and [Ultimate Docker Media Server](https://www.simplehomelab.com/ultimate-docker-media-server-udms-01/) series.
21
16
22
17
### 🎯 Repository Purpose
23
18
1.**Share actual setups** - Real configurations I use in production
24
19
2.**Extend Deployrr capabilities** - Examples beyond standard Deployrr templates
25
-
3.**Provide advanced configurations** - Complex setups not covered in basic guides
26
20
27
21
---
28
22
29
23
## 🖥️ Infrastructure Overview
30
24
31
25
I believe in **simple, energy-efficient homelab** design that maximizes performance while minimizing complexity.
32
26
33
-
### 🏠 Home Network Architecture
27
+
### 🏠 Networking Architecture
34
28
-**OPNsense** firewall running on Proxmox VM
35
29
-**Tailscale** mesh networking connecting all hosts
36
-
-**Multi-tier deployment** across different hardware platforms
37
30
38
31
### 📊 Hardware Specifications
39
32
@@ -47,50 +40,48 @@ I believe in **simple, energy-efficient homelab** design that maximizes performa
47
40
48
41
## 🐳 Docker Hosts
49
42
50
-
All Docker configurations are organized by host with clear naming conventions:
43
+
All Docker configurations are organized by host with clear naming conventions. I pool them together and push them to this repository.
51
44
52
-
### 🏠 Home Server (`hs-*`)
45
+
### 🏠 Home Server (prefix/suffix: `hs`)
53
46
```yaml
54
47
Platform: Ubuntu 24.04 LXC on Proxmox
55
48
Resources: 8 vCPU, 8GB RAM, 4GB Swap
56
49
Storage: 64GB OS + 32GB Docker data
57
-
Purpose: Core homelab services
50
+
Purpose: Core homelab services and support my tinkering habits
58
51
```
59
52
60
-
### 🎬 Media Database Server (`mds-*`)
53
+
### 🎬 Media Database Server (prefix/suffix: `mds`)
61
54
```yaml
62
55
Platform: Ubuntu 24.04 LXC on Proxmox
63
56
Resources: 12 vCPU, 12GB RAM, 4GB Swap
64
57
Storage: 64GB OS + 72GB Docker data
65
-
Purpose: Media management & processing
58
+
Purpose: Media servers and databases - Separate so they are not affected by my tinkering
66
59
```
67
60
68
-
### 🌐 Web Server (`ws-arm-*`)
61
+
### 🌐 Web Server (prefix/suffix: `ws-arm`)
69
62
```yaml
70
63
Platform: Ubuntu 24.04 ARM64 on Oracle Cloud
71
64
Resources: 4 vCPU, 24GB RAM
72
65
Storage: 100GB OS + 100GB data
73
-
Purpose: Web applications & ARM workloads
66
+
Purpose: Web Server (Nginx, PHP-FPM 8, WordPress, etc.), n8n, Flowise, and more
Purpose: I use this only for tinkering with Docker
81
74
```
82
75
83
76
### 📁 Archives
84
-
Legacy configurations in `_archives_` folder - not actively maintained but useful as reference.
77
+
Legacy configurations in `archives` folder - not actively maintained but useful as reference.
85
78
86
79
---
87
80
88
81
## 📚 Learning Resources
89
82
90
83
### 🎥 Ultimate Docker Media Server Series
91
84
92
-
**Complete step-by-step guide** to building a professional Docker homelab:
93
-
94
85
#### 🚀 Getting Started
95
86
1. [Introduction and Overview](https://www.simplehomelab.com/udms-01-introduction-and-overview/)
96
87
2. [Hardware: NAS, Mini PC, or VPS (FREE!). Which one?](https://www.simplehomelab.com/udms-02-hardware-nas-minipc-vps/)
@@ -152,8 +143,9 @@ Legacy configurations in `_archives_` folder - not actively maintained but usefu
152
143
153
144
**150+ Docker applications** ready for deployment, sourced from the [Deployrr Repository](https://github.com/SimpleHomelab/Deployrr/blob/main/APPS.md):
0 commit comments