From d133f3858288b20d790e9bb57664fc6e22d9aeaf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 16 Jul 2019 15:03:00 +0200 Subject: Check latest plugins version with config interval --- config/default.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/default.yaml') 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: 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: -- cgit v1.2.3