From 749800ee67433ec9eb68205353d317571b8fafec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Dec 2023 11:48:51 +0100 Subject: [PATCH 1/2] Update production.yaml --- conf/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/production.yaml b/conf/production.yaml index dd6bee1..29819bf 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -138,7 +138,7 @@ defaults: # From the project root directory storage: tmp: '__DATA_DIR__/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing... - tmp_persistent: '__DATA_DIR__//storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts + tmp_persistent: '__DATA_DIR__/storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts bin: '__DATA_DIR__/storage/bin/' avatars: '__DATA_DIR__/storage/avatars/' web_videos: '__DATA_DIR__/storage/videos/' From 311a769d57b0050ef507785721eb9ba56aa06c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:57:47 +0100 Subject: [PATCH 2/2] Update production.yaml --- conf/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/production.yaml b/conf/production.yaml index 29819bf..74ab8ce 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -212,7 +212,7 @@ object_storage: # Same settings but for web videos web_videos: - bucket_name: 'web-videos' + bucket_name: 'videos' prefix: '' base_url: ''