aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-16 15:03:00 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commitd133f3858288b20d790e9bb57664fc6e22d9aeaf (patch)
tree5ff8d553337bd97d92b0d5004e23239e4668721a /config/default.yaml
parente0ce715a1ded6e84c877004dae3e354c8716fb06 (diff)
downloadPeerTube-d133f3858288b20d790e9bb57664fc6e22d9aeaf.tar.gz
PeerTube-d133f3858288b20d790e9bb57664fc6e22d9aeaf.tar.zst
PeerTube-d133f3858288b20d790e9bb57664fc6e22d9aeaf.zip
Check latest plugins version with config interval
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 341de49b8..a26625ab3 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -156,10 +156,11 @@ views:
156 max_age: -1 156 max_age: -1
157 157
158plugins: 158plugins:
159 # The website PeerTube will ask for available PeerTube plugins 159 # The website PeerTube will ask for available PeerTube plugins and themes
160 # This is an unmoderated plugin index, so only install plugins you trust 160 # This is an unmoderated plugin index, so only install plugins/themes you trust
161 index: 161 index:
162 enabled: true 162 enabled: true
163 check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions
163 url: 'https://packages.joinpeertube.org' 164 url: 'https://packages.joinpeertube.org'
164 165
165cache: 166cache: