From 6702a1b2ccd666285dee9c72b5bace641d2fce8b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 16 Jul 2019 11:33:22 +0200 Subject: Add ability to search available plugins --- config/default.yaml | 7 +++++++ config/production.yaml.example | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index a1b2991cf..341de49b8 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -155,6 +155,13 @@ views: remote: 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 + index: + enabled: true + url: 'https://packages.joinpeertube.org' + cache: previews: size: 500 # Max number of previews you want to cache diff --git a/config/production.yaml.example b/config/production.yaml.example index 6c2eb4416..28f078efe 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -156,6 +156,13 @@ views: remote: 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 + index: + enabled: true + url: 'https://packages.joinpeertube.org' + ############################################################################### # -- cgit v1.2.3