minor README text update

This commit is contained in:
arabcoders 2025-06-05 21:51:06 +03:00
parent 8b0b744d98
commit cfb600b6bc

View file

@ -130,14 +130,15 @@ The following example Caddyfile gets a reverse proxy going behind [caddy](https:
```caddyfile ```caddyfile
# If you are using sub-domain. # 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 reverse_proxy ytptube:8081
} }
# If you are using sub-folder, for example: https://example.com/ytptube/ # If you are using sub-folder, for example: https://example.org/ytptube/
# Make sure to change the `ytptube` to the name of your container.
# Also make sure to set the `YTP_BASE_PATH` environment variable to `/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/ redir /ytptube /ytptube/
route /ytptube/* { route /ytptube/* {
reverse_proxy ytptube:8081 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 available, it will be downloaded and applied automatically. To disable this automatic update, set the
`YTP_YTDLP_AUTO_UPDATE` environment variable to `false`. `YTP_YTDLP_AUTO_UPDATE` environment variable to `false`.
We will no longer release new versions of YTPTube for every new version of yt-dlp. We will no longer release new versions of YTPTube for every new version of yt-dlp.
# Troubleshooting and submitting issues # Troubleshooting and submitting issues