]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Add quick filter for followers
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 707187b7c177ce36a27bd4caf12da5485e70d025..a8d070cc80bcbc091508e2a45761a678b6aca167 100644 (file)
@@ -75,6 +75,13 @@ email:
   subject:
     prefix: "[PeerTube]"
 
+# PeerTube client/interface configuration
+client:
+  videos:
+    miniature:
+      # By default PeerTube client displays author username
+      prefer_author_display_name: false
+
 # From the project root directory
 storage:
   tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
@@ -89,7 +96,7 @@ storage:
   captions: 'storage/captions/'
   cache: 'storage/cache/'
   plugins: 'storage/plugins/'
-  # Overridable client files in client/dist/assets/images :
+  # Overridable client files in client/dist/assets/images:
   # - logo.svg
   # - favicon.png
   # - default-playlist.jpg
@@ -98,7 +105,7 @@ storage:
   # - and icons/*.png (PWA)
   # Could contain for example assets/images/favicon.png
   # If the file exists, peertube will serve it
-  # If not, peertube will fallback to the default fil
+  # If not, peertube will fallback to the default file
   client_overrides: 'storage/client-overrides/'
 
 object_storage:
@@ -251,7 +258,8 @@ peertube:
 
 webadmin:
   configuration:
-    edit: 
+    edition:
+      # Set this to false if you don't want to allow config edition in the web interface by instance admins
       allowed: true
 
 cache: