📦: peertube v6.1.0

This commit is contained in:
VC
2024-07-05 11:53:52 +02:00
parent 76bd28cba2
commit 0610340bcf
2 changed files with 8 additions and 1 deletions

View File

@@ -34,6 +34,13 @@ server {
try_files /dev/null @api; try_files /dev/null @api;
} }
location ~ ^/api/v1/users/[^/]+/imports/import-resumable$ {
client_max_body_size 0;
proxy_request_buffering off;
try_files /dev/null @api;
}
location ~ ^/api/v1/videos/(upload|([^/]+/studio/edit))$ { location ~ ^/api/v1/videos/(upload|([^/]+/studio/edit))$ {
limit_except POST HEAD { deny all; } limit_except POST HEAD { deny all; }

View File

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