mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Check latest plugins version with config interval
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user