From 315e52baacdfd9da1b021807e88c5325615d9a33 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 12 Jun 2018 20:16:19 +0530 Subject: [PATCH] Updated to v1.0.0-beta.8 --- conf/app.src | 4 ++-- conf/production.yaml | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/conf/app.src b/conf/app.src index 86eaaa3..9955955 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.7/peertube-v1.0.0-beta.7.tar.xz -SOURCE_SUM=f4764d122d10e31cad9ee0b0dda4cd150c99278ff070c3d6b650247d4fdc9fe4 +SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.8/peertube-v1.0.0-beta.8.tar.xz +SOURCE_SUM=524c3fc77b07c2b1f3cd529d071cbd1f14bb665ca9defd2219d423139b42c3f3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.xz SOURCE_IN_SUBDIR=true diff --git a/conf/production.yaml b/conf/production.yaml index 490c43b..6f72bdf 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -28,7 +28,8 @@ redis: hostname: 'localhost' port: 6379 auth: null - + db: 0 + # SMTP server to send emails smtp: hostname: 'localhost' @@ -86,11 +87,12 @@ user: video_quota: -1 # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag -# Uses a lot of CPU! +# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. +# Please, do not disable transcoding since many uploaded videos will not work transcoding: - enabled: false + enabled: true threads: 1 - resolutions: # Only created if the original video has a higher resolution + resolutions: # Only created if the original video has a higher resolution, uses more storage! 240p: false 360p: false 480p: false @@ -99,7 +101,7 @@ transcoding: # Instance settings instance: - name: 'PeerTube' + name: 'YunoHost PeerTube' short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' description: '' # Support markdown terms: '' # Support markdown @@ -118,7 +120,7 @@ instance: services: # Cards configuration to format video in Twitter twitter: - username: '' # The Twitter @username the card should be attributed to + username: '@yunohost' # Indicates the Twitter account for the website or platform on which the content was published # If true, a video player will be embedded in the Twitter feed on PeerTube video share # If false, we use an image link card that will redirect on your PeerTube instance # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted