📦: peertube v6.0.3

This commit is contained in:
VC
2024-07-05 11:53:48 +02:00
parent d610013f0f
commit d9fdeec0b1
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ server {
alias /srv/peertube/peertube-latest/client/dist/$1;
}
location ~ ^(/static/(webseed|web-videos|streaming-playlists)/private/)|^/download {
location ~ ^(/static/(webseed|web-videos|streaming-playlists/hls)/private/)|^/download {
# We can't rate limit a try_files directive, so we need to duplicate @api
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View File

@@ -1,5 +1,5 @@
---
peertube_version: "6.0.2"
peertube_version: "6.0.3"
peertube_home: "/srv/peertube"
peertube_url: "https://github.com/Chocobozzz/PeerTube/releases/download/v{{ peertube_version }}/peertube-v{{ peertube_version }}.zip"