aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-12 19:02:00 +0200
committerChocobozzz <me@florianbigard.com>2018-07-16 11:50:08 +0200
commit40e87e9ecc54e3513fb586928330a7855eb192c6 (patch)
treeaf1111ecba85f9cd8286811ff332a67cf21be2f6 /config
parentd4557fd3ecc8d4ed4fb0e5c868929bc36c959ed2 (diff)
downloadPeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.gz
PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.zst
PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.zip
Implement captions/subtitles
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml3
-rw-r--r--config/production.yaml.example1
-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
8 files changed, 10 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 9a9b5833f..d59425365 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -49,6 +49,7 @@ storage:
49 previews: 'storage/previews/' 49 previews: 'storage/previews/'
50 thumbnails: 'storage/thumbnails/' 50 thumbnails: 'storage/thumbnails/'
51 torrents: 'storage/torrents/' 51 torrents: 'storage/torrents/'
52 captions: 'storage/captions/'
52 cache: 'storage/cache/' 53 cache: 'storage/cache/'
53 54
54log: 55log:
@@ -57,6 +58,8 @@ log:
57cache: 58cache:
58 previews: 59 previews:
59 size: 1 # Max number of previews you want to cache 60 size: 1 # Max number of previews you want to cache
61 captions:
62 size: 1 # Max number of video captions/subtitles you want to cache
60 63
61admin: 64admin:
62 email: 'admin@example.com' # Your personal email as administrator 65 email: 'admin@example.com' # Your personal email as administrator
diff --git a/config/production.yaml.example b/config/production.yaml.example
index a4c80b1f1..98cdd7ca7 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -50,6 +50,7 @@ storage:
50 previews: '/var/www/peertube/storage/previews/' 50 previews: '/var/www/peertube/storage/previews/'
51 thumbnails: '/var/www/peertube/storage/thumbnails/' 51 thumbnails: '/var/www/peertube/storage/thumbnails/'
52 torrents: '/var/www/peertube/storage/torrents/' 52 torrents: '/var/www/peertube/storage/torrents/'
53 captions: '/var/www/peertube/storage/captions/'
53 cache: '/var/www/peertube/storage/cache/' 54 cache: '/var/www/peertube/storage/cache/'
54 55
55log: 56log:
diff --git a/config/test-1.yaml b/config/test-1.yaml
index cb658397c..503bbc661 100644
--- a/config/test-1.yaml
+++ b/config/test-1.yaml
@@ -16,6 +16,7 @@ storage:
16 previews: 'test1/previews/' 16 previews: 'test1/previews/'
17 thumbnails: 'test1/thumbnails/' 17 thumbnails: 'test1/thumbnails/'
18 torrents: 'test1/torrents/' 18 torrents: 'test1/torrents/'
19 captions: 'test1/captions/'
19 cache: 'test1/cache/' 20 cache: 'test1/cache/'
20 21
21admin: 22admin:
diff --git a/config/test-2.yaml b/config/test-2.yaml
index 7b9787c91..8c77bf581 100644
--- a/config/test-2.yaml
+++ b/config/test-2.yaml
@@ -16,6 +16,7 @@ storage:
16 previews: 'test2/previews/' 16 previews: 'test2/previews/'
17 thumbnails: 'test2/thumbnails/' 17 thumbnails: 'test2/thumbnails/'
18 torrents: 'test2/torrents/' 18 torrents: 'test2/torrents/'
19 captions: 'test2/captions/'
19 cache: 'test2/cache/' 20 cache: 'test2/cache/'
20 21
21admin: 22admin:
diff --git a/config/test-3.yaml b/config/test-3.yaml
index e7e30c07b..82d89567a 100644
--- a/config/test-3.yaml
+++ b/config/test-3.yaml
@@ -16,6 +16,7 @@ storage:
16 previews: 'test3/previews/' 16 previews: 'test3/previews/'
17 thumbnails: 'test3/thumbnails/' 17 thumbnails: 'test3/thumbnails/'
18 torrents: 'test3/torrents/' 18 torrents: 'test3/torrents/'
19 captions: 'test3/captions/'
19 cache: 'test3/cache/' 20 cache: 'test3/cache/'
20 21
21admin: 22admin:
diff --git a/config/test-4.yaml b/config/test-4.yaml
index b80acd765..1aa56d041 100644
--- a/config/test-4.yaml
+++ b/config/test-4.yaml
@@ -16,6 +16,7 @@ storage:
16 previews: 'test4/previews/' 16 previews: 'test4/previews/'
17 thumbnails: 'test4/thumbnails/' 17 thumbnails: 'test4/thumbnails/'
18 torrents: 'test4/torrents/' 18 torrents: 'test4/torrents/'
19 captions: 'test4/captions/'
19 cache: 'test4/cache/' 20 cache: 'test4/cache/'
20 21
21admin: 22admin:
diff --git a/config/test-5.yaml b/config/test-5.yaml
index 29d06f1da..5f1c2f583 100644
--- a/config/test-5.yaml
+++ b/config/test-5.yaml
@@ -16,6 +16,7 @@ storage:
16 previews: 'test5/previews/' 16 previews: 'test5/previews/'
17 thumbnails: 'test5/thumbnails/' 17 thumbnails: 'test5/thumbnails/'
18 torrents: 'test5/torrents/' 18 torrents: 'test5/torrents/'
19 captions: 'test5/captions/'
19 cache: 'test5/cache/' 20 cache: 'test5/cache/'
20 21
21admin: 22admin:
diff --git a/config/test-6.yaml b/config/test-6.yaml
index 4fdc2402e..719629844 100644
--- a/config/test-6.yaml
+++ b/config/test-6.yaml
@@ -16,6 +16,7 @@ storage:
16 previews: 'test6/previews/' 16 previews: 'test6/previews/'
17 thumbnails: 'test6/thumbnails/' 17 thumbnails: 'test6/thumbnails/'
18 torrents: 'test6/torrents/' 18 torrents: 'test6/torrents/'
19 captions: 'test6/captions/'
19 cache: 'test6/cache/' 20 cache: 'test6/cache/'
20 21
21admin: 22admin: