]> 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 eb96b6bbb0ed478462540d59bb3d132a78b72c87..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,10 +96,16 @@ storage:
   captions: 'storage/captions/'
   cache: 'storage/cache/'
   plugins: 'storage/plugins/'
-  # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images
+  # Overridable client files in client/dist/assets/images:
+  # - logo.svg
+  # - favicon.png
+  # - default-playlist.jpg
+  # - default-avatar-account.png
+  # - default-avatar-video-channel.png
+  # - 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:
@@ -245,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: