]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Check latest plugins version with config interval
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 7158e076bc882bdc50c6e2695320b285b871d422..ec7744deb16b331a42c5d29763edf45d2f98ab47 100644 (file)
@@ -156,6 +156,14 @@ 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
+    check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions
+    url: 'https://packages.joinpeertube.org'
+
 
 ###############################################################################
 #
@@ -279,3 +287,6 @@ followers:
     enabled: true
     # Whether or not an administrator must manually validate a new follower
     manual_approval: false
+
+theme:
+  default: 'default'