home · contact · privacy
Set PeerTube instance description/terms strings.
[config] / buster / other_files / peertube_production.yaml
index 32f905f50c2bd16a012e8fc8b4a0d5e5a1c2047c..4ad39d8d0d0af0b8a975ffd4cefa4efe270796a7 100644 (file)
@@ -221,11 +221,11 @@ transcoding:
   threads: 1
   resolutions: # Only created if the original video has a higher resolution, uses more storage!
     0p: false # audio-only (creates mp4 without video stream, always created when enabled)
-    240p: false
-    360p: false
-    480p: false
-    720p: false
-    1080p: false
+    240p: true
+    360p: true
+    480p: true
+    720p: true
+    1080p: true
     2160p: false
 
   # Generate videos in a WebTorrent format (what we do since the first PeerTube release)
@@ -241,7 +241,7 @@ transcoding:
   #     * More stable playback (less bugs/infinite loading)
   # If you also enabled the webtorrent format, it will multiply videos storage by 2
   hls:
-    enabled: false
+    enabled: true
 
 import:
   # Add ability for your users to import remote videos (from YouTube, torrent...)
@@ -263,10 +263,10 @@ auto_blacklist:
 
 # Instance settings
 instance:
-  name: 'PeerTube'
-  short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.'
-  description: 'Welcome to this PeerTube instance!' # Support markdown
-  terms: 'No terms for now.' # Support markdown
+  name: 'PlomTube'
+  short_description: ''
+  description: 'See stuff here: https://plomlompom.com/' # Support markdown
+  terms: 'Whatever plomlompom likes.' # Support markdown
   code_of_conduct: '' # Supports markdown
 
   # Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc