From cfb600b6bc09fdd6acad816cae97f9fce1af2cab Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 5 Jun 2025 21:51:06 +0300 Subject: [PATCH] minor README text update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d294c055..95853cae 100644 --- a/README.md +++ b/README.md @@ -130,14 +130,15 @@ The following example Caddyfile gets a reverse proxy going behind [caddy](https: ```caddyfile # If you are using sub-domain. -youtube.example.com { +# make sure to change "ytptube:8081" to the actual name of your YTPTube container/port. +ytp.example.org { reverse_proxy ytptube:8081 } -# If you are using sub-folder, for example: https://example.com/ytptube/ -# Make sure to change the `ytptube` to the name of your container. +# If you are using sub-folder, for example: https://example.org/ytptube/ # Also make sure to set the `YTP_BASE_PATH` environment variable to `/ytptube/` -example.com { +# make sure to change "ytptube:8081" to the actual name of your YTPTube container/port. +example.org { redir /ytptube /ytptube/ route /ytptube/* { reverse_proxy ytptube:8081 @@ -155,7 +156,6 @@ container to automatically update `yt-dlp` to the latest version whenever the co available, it will be downloaded and applied automatically. To disable this automatic update, set the `YTP_YTDLP_AUTO_UPDATE` environment variable to `false`. - We will no longer release new versions of YTPTube for every new version of yt-dlp. # Troubleshooting and submitting issues