Check latest plugins version with config interval

This commit is contained in:
Chocobozzz
2019-07-16 15:03:00 +02:00
committed by Chocobozzz
parent e0ce715a1d
commit d133f38582
5 changed files with 9 additions and 7 deletions

View File

@@ -156,10 +156,11 @@ views:
max_age: -1
plugins:
# The website PeerTube will ask for available PeerTube plugins
# This is an unmoderated plugin index, so only install plugins you trust
# The website PeerTube will ask for available PeerTube plugins and themes
# This is an unmoderated plugin index, so only install plugins/themes you trust
index:
enabled: true
check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions
url: 'https://packages.joinpeertube.org'
cache:

View File

@@ -161,6 +161,7 @@ plugins:
# This is an unmoderated plugin index, so only install plugins you trust
index:
enabled: true
check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions
url: 'https://packages.joinpeertube.org'