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
* Several updates 2024_05_01. See full commit log.
* Updated Traefik to v3 (on home server - hs). The rest will be migrated over slowly.
* Syntax updated for Traefik v3 compatibility - Headers to Header, HeadersRegexp to HeaderRegexp, HostSNIRegexp, etc. Check https://www.smarthomebeginner.com/traefik-v3-docker-compose-guide-2024/#Migrating_from_Traefik_v2_to_v3.
* "t2_proxy" network is now "t3_proxy" to represent Traefik v3. Subnet 192.168.90.0/24 remains the same.
* Continuing to maintain both Traefik v2 and Traefik v3 appdata folders (at least for a few more months).
* Removed compress middleware - was causing unnessary log warnings about mime type. I could not find a solution.
* Removed Docker Compose version tags.
* Added Authelia, Scrutiny, Kasm (WIP), and Firefly + Importer.
* Bash Aliases updates.
* Nginx verion update to 1.24 in web server (ws).
* docker-compose-dns.yml is work-in-progress.
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,21 @@ This is the updated docker-compose repo of all the media, home, and web server a
7
7
### Ubuntu/Debian:
8
8
9
9
<ol>
10
-
<li><ahref="https://www.smarthomebeginner.com/ultimate-docker-server-1-os-preparation/">Ultimate Docker Server: Getting Started with OS Preparation</a> <spanstyle="color:#50C878">[2024]</span></li>
10
+
<li><ahref="https://www.smarthomebeginner.com/ultimate-docker-server-1-os-preparation/">Ultimate Docker Server: Getting Started with OS Preparation</a> <spanstyle="color:#6b5b95">[<ahref="https://youtu.be/-ZSQdJ62r-Q"target="_blank"rel="noopener">VIDEO</a>]</span> <spanstyle="color:#50C878">[2024]</span></li>
11
11
<li><ahref="https://www.smarthomebeginner.com/docker-media-server-2024/">Docker Media Server Ubuntu/Debian with 60+ Awesome Apps</a> <spanstyle="color:#50C878">[2024]</span></li>
<li><ahref="https://www.smarthomebeginner.com/traefik-docker-security-best-practices/">Docker Security Practices for Homelab: Secrets, Firewall, and more</a></li>
17
23
<li><ahref="https://www.smarthomebeginner.com/cloudflare-settings-for-traefik-docker/">Cloudflare Settings for Docker Traefik Stacks</a></li>
18
24
<li>Implementing a Backup System for Docker Traefik Stack <spanstyle="color:#ffa400">[coming soon]</span></li>
19
-
<li><ahref="https://www.smarthomebeginner.com/auto-traefik/">Automate the Whole Process with Auto-Traefik Script</a></li>
0 commit comments