aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-16 11:33:22 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commit6702a1b2ccd666285dee9c72b5bace641d2fce8b (patch)
tree78b7125d664b6f6b6c993c4e8483e1bdd24a0a30 /config
parent503c6f440abc8f5924c38c4bd63591cb6cefacec (diff)
downloadPeerTube-6702a1b2ccd666285dee9c72b5bace641d2fce8b.tar.gz
PeerTube-6702a1b2ccd666285dee9c72b5bace641d2fce8b.tar.zst
PeerTube-6702a1b2ccd666285dee9c72b5bace641d2fce8b.zip
Add ability to search available plugins
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml7
-rw-r--r--config/production.yaml.example7
2 files changed, 14 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index a1b2991cf..341de49b8 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -155,6 +155,13 @@ views:
155 remote: 155 remote:
156 max_age: -1 156 max_age: -1
157 157
158plugins:
159 # The website PeerTube will ask for available PeerTube plugins
160 # This is an unmoderated plugin index, so only install plugins you trust
161 index:
162 enabled: true
163 url: 'https://packages.joinpeertube.org'
164
158cache: 165cache:
159 previews: 166 previews:
160 size: 500 # Max number of previews you want to cache 167 size: 500 # Max number of previews you want to cache
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 6c2eb4416..28f078efe 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -156,6 +156,13 @@ views:
156 remote: 156 remote:
157 max_age: -1 157 max_age: -1
158 158
159plugins:
160 # The website PeerTube will ask for available PeerTube plugins
161 # This is an unmoderated plugin index, so only install plugins you trust
162 index:
163 enabled: true
164 url: 'https://packages.joinpeertube.org'
165
159 166
160############################################################################### 167###############################################################################
161# 168#