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 +++-- config/production.yaml.example | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'config') 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: diff --git a/config/production.yaml.example b/config/production.yaml.example index 28f078efe..ec7744deb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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' -- cgit v1.2.3