aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-06-01 14:51:16 +0200
committerChocobozzz <me@florianbigard.com>2023-06-29 10:16:55 +0200
commitd8f39b126d9fe4bec1c12fb213548cc6edc87867 (patch)
tree7f0f1cb23165cf4dd789b2d78b1fef7ee116f647 /config
parent1fb7d094229acdc190c3f7551b43ac5445814dee (diff)
downloadPeerTube-d8f39b126d9fe4bec1c12fb213548cc6edc87867.tar.gz
PeerTube-d8f39b126d9fe4bec1c12fb213548cc6edc87867.tar.zst
PeerTube-d8f39b126d9fe4bec1c12fb213548cc6edc87867.zip
Add storyboard support
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml3
-rw-r--r--config/production.yaml.example3
-rw-r--r--config/test-1.yaml1
-rw-r--r--config/test-2.yaml1
-rw-r--r--config/test-3.yaml1
-rw-r--r--config/test-4.yaml1
-rw-r--r--config/test-5.yaml1
-rw-r--r--config/test-6.yaml1
-rw-r--r--config/test.yaml2
9 files changed, 14 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 5d0eab4f5..e54c93ac5 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -136,6 +136,7 @@ storage:
136 logs: 'storage/logs/' 136 logs: 'storage/logs/'
137 previews: 'storage/previews/' 137 previews: 'storage/previews/'
138 thumbnails: 'storage/thumbnails/' 138 thumbnails: 'storage/thumbnails/'
139 storyboards: 'storage/storyboards/'
139 torrents: 'storage/torrents/' 140 torrents: 'storage/torrents/'
140 captions: 'storage/captions/' 141 captions: 'storage/captions/'
141 cache: 'storage/cache/' 142 cache: 'storage/cache/'
@@ -396,6 +397,8 @@ cache:
396 size: 500 # Max number of video captions/subtitles you want to cache 397 size: 500 # Max number of video captions/subtitles you want to cache
397 torrents: 398 torrents:
398 size: 500 # Max number of video torrents you want to cache 399 size: 500 # Max number of video torrents you want to cache
400 storyboards:
401 size: 500 # Max number of video storyboards you want to cache
399 402
400admin: 403admin:
401 # Used to generate the root user at first startup 404 # Used to generate the root user at first startup
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 5514f1af6..83ee48dae 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -134,6 +134,7 @@ storage:
134 logs: '/var/www/peertube/storage/logs/' 134 logs: '/var/www/peertube/storage/logs/'
135 previews: '/var/www/peertube/storage/previews/' 135 previews: '/var/www/peertube/storage/previews/'
136 thumbnails: '/var/www/peertube/storage/thumbnails/' 136 thumbnails: '/var/www/peertube/storage/thumbnails/'
137 storyboards: '/var/www/peertube/storage/storyboards/'
137 torrents: '/var/www/peertube/storage/torrents/' 138 torrents: '/var/www/peertube/storage/torrents/'
138 captions: '/var/www/peertube/storage/captions/' 139 captions: '/var/www/peertube/storage/captions/'
139 cache: '/var/www/peertube/storage/cache/' 140 cache: '/var/www/peertube/storage/cache/'
@@ -406,6 +407,8 @@ cache:
406 size: 500 # Max number of video captions/subtitles you want to cache 407 size: 500 # Max number of video captions/subtitles you want to cache
407 torrents: 408 torrents:
408 size: 500 # Max number of video torrents you want to cache 409 size: 500 # Max number of video torrents you want to cache
410 storyboards:
411 size: 500 # Max number of video storyboards you want to cache
409 412
410admin: 413admin:
411 # Used to generate the root user at first startup 414 # Used to generate the root user at first startup
diff --git a/config/test-1.yaml b/config/test-1.yaml
index 7b62e3d0c..45ec27e63 100644
--- a/config/test-1.yaml
+++ b/config/test-1.yaml
@@ -19,6 +19,7 @@ storage:
19 logs: 'test1/logs/' 19 logs: 'test1/logs/'
20 previews: 'test1/previews/' 20 previews: 'test1/previews/'
21 thumbnails: 'test1/thumbnails/' 21 thumbnails: 'test1/thumbnails/'
22 storyboards: 'test1/storyboards/'
22 torrents: 'test1/torrents/' 23 torrents: 'test1/torrents/'
23 captions: 'test1/captions/' 24 captions: 'test1/captions/'
24 cache: 'test1/cache/' 25 cache: 'test1/cache/'
diff --git a/config/test-2.yaml b/config/test-2.yaml
index ba36369a6..7a06e5650 100644
--- a/config/test-2.yaml
+++ b/config/test-2.yaml
@@ -19,6 +19,7 @@ storage:
19 logs: 'test2/logs/' 19 logs: 'test2/logs/'
20 previews: 'test2/previews/' 20 previews: 'test2/previews/'
21 thumbnails: 'test2/thumbnails/' 21 thumbnails: 'test2/thumbnails/'
22 storyboards: 'test2/storyboards/'
22 torrents: 'test2/torrents/' 23 torrents: 'test2/torrents/'
23 captions: 'test2/captions/' 24 captions: 'test2/captions/'
24 cache: 'test2/cache/' 25 cache: 'test2/cache/'
diff --git a/config/test-3.yaml b/config/test-3.yaml
index 6adec7953..4b1563369 100644
--- a/config/test-3.yaml
+++ b/config/test-3.yaml
@@ -19,6 +19,7 @@ storage:
19 logs: 'test3/logs/' 19 logs: 'test3/logs/'
20 previews: 'test3/previews/' 20 previews: 'test3/previews/'
21 thumbnails: 'test3/thumbnails/' 21 thumbnails: 'test3/thumbnails/'
22 storyboards: 'test3/storyboards/'
22 torrents: 'test3/torrents/' 23 torrents: 'test3/torrents/'
23 captions: 'test3/captions/' 24 captions: 'test3/captions/'
24 cache: 'test3/cache/' 25 cache: 'test3/cache/'
diff --git a/config/test-4.yaml b/config/test-4.yaml
index f042aee46..248db4db9 100644
--- a/config/test-4.yaml
+++ b/config/test-4.yaml
@@ -19,6 +19,7 @@ storage:
19 logs: 'test4/logs/' 19 logs: 'test4/logs/'
20 previews: 'test4/previews/' 20 previews: 'test4/previews/'
21 thumbnails: 'test4/thumbnails/' 21 thumbnails: 'test4/thumbnails/'
22 storyboards: 'test4/storyboards/'
22 torrents: 'test4/torrents/' 23 torrents: 'test4/torrents/'
23 captions: 'test4/captions/' 24 captions: 'test4/captions/'
24 cache: 'test4/cache/' 25 cache: 'test4/cache/'
diff --git a/config/test-5.yaml b/config/test-5.yaml
index ad90fec04..04e2cd78d 100644
--- a/config/test-5.yaml
+++ b/config/test-5.yaml
@@ -19,6 +19,7 @@ storage:
19 logs: 'test5/logs/' 19 logs: 'test5/logs/'
20 previews: 'test5/previews/' 20 previews: 'test5/previews/'
21 thumbnails: 'test5/thumbnails/' 21 thumbnails: 'test5/thumbnails/'
22 storyboards: 'test5/storyboards/'
22 torrents: 'test5/torrents/' 23 torrents: 'test5/torrents/'
23 captions: 'test5/captions/' 24 captions: 'test5/captions/'
24 cache: 'test5/cache/' 25 cache: 'test5/cache/'
diff --git a/config/test-6.yaml b/config/test-6.yaml
index a579f1f01..25efe0054 100644
--- a/config/test-6.yaml
+++ b/config/test-6.yaml
@@ -19,6 +19,7 @@ storage:
19 logs: 'test6/logs/' 19 logs: 'test6/logs/'
20 previews: 'test6/previews/' 20 previews: 'test6/previews/'
21 thumbnails: 'test6/thumbnails/' 21 thumbnails: 'test6/thumbnails/'
22 storyboards: 'test6/storyboards/'
22 torrents: 'test6/torrents/' 23 torrents: 'test6/torrents/'
23 captions: 'test6/captions/' 24 captions: 'test6/captions/'
24 cache: 'test6/cache/' 25 cache: 'test6/cache/'
diff --git a/config/test.yaml b/config/test.yaml
index 361064af1..41ec0917e 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -73,6 +73,8 @@ cache:
73 size: 1 73 size: 1
74 torrents: 74 torrents:
75 size: 1 75 size: 1
76 storyboards:
77 size: 1
76 78
77signup: 79signup:
78 enabled: true 80 enabled: true