From d2ffc9a652efec0d6cb4381f89730488f425c870 Mon Sep 17 00:00:00 2001 From: DevilsCoder <35183970+DevilsDesigns@users.noreply.github.com> Date: Mon, 27 May 2024 21:44:32 -0500 Subject: [PATCH] Update caddy.md added videos links for tutorials --- docs/general/networking/caddy.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/general/networking/caddy.md b/docs/general/networking/caddy.md index 0395a5afb..b2216da39 100644 --- a/docs/general/networking/caddy.md +++ b/docs/general/networking/caddy.md @@ -98,3 +98,13 @@ reverse_proxy /jellyfin/* 127.0.0.1:8096 With that config, Caddy will only proxy requests that start with `/jellyfin/`. Note the trailing slash - that is optional, but recommended. + +## Videos Tutorials + +Free Domain Options + +[Windows Caddy + Duckdns](https://youtu.be/AEyhpuWeiTk) + +Using a Custom Domain + +[Windows Caddy + Cloudflare](https://youtu.be/zCyx4vmp4k0)