diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-16 11:33:22 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 6702a1b2ccd666285dee9c72b5bace641d2fce8b (patch) | |
tree | 78b7125d664b6f6b6c993c4e8483e1bdd24a0a30 /config/production.yaml.example | |
parent | 503c6f440abc8f5924c38c4bd63591cb6cefacec (diff) | |
download | PeerTube-6702a1b2ccd666285dee9c72b5bace641d2fce8b.tar.gz PeerTube-6702a1b2ccd666285dee9c72b5bace641d2fce8b.tar.zst PeerTube-6702a1b2ccd666285dee9c72b5bace641d2fce8b.zip |
Add ability to search available plugins
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 7 |
1 files changed, 7 insertions, 0 deletions
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: | |||
156 | remote: | 156 | remote: |
157 | max_age: -1 | 157 | max_age: -1 |
158 | 158 | ||
159 | plugins: | ||
160 | # The website PeerTube will ask for available PeerTube plugins | ||
161 | # This is an unmoderated plugin index, so only install plugins you trust | ||
162 | index: | ||
163 | enabled: true | ||
164 | url: 'https://packages.joinpeertube.org' | ||
165 | |||
159 | 166 | ||
160 | ############################################################################### | 167 | ############################################################################### |
161 | # | 168 | # |