Updated to version 1.0.0-beta.12

This commit is contained in:
anmol26s 2018-09-11 23:30:39 +05:30
parent ff5a53a7b1
commit 02bd4a3c06
4 changed files with 19 additions and 5 deletions

View file

@ -4,7 +4,7 @@
[![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube)<br><br> [![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube)<br><br>
======= =======
Shipped Version: **1.0.0-beta.11** Shipped Version: **1.0.0-beta.12**
## What is Peertube ? ## What is Peertube ?

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.11/peertube-v1.0.0-beta.11.tar.xz SOURCE_URL=https://github.com/Chocobozzz/PeerTube/releases/download/v1.0.0-beta.12/peertube-v1.0.0-beta.12.tar.xz
SOURCE_SUM=906a366888621211901419de5951fe03677fc5aa1a02a4f9543950e92addfc65 SOURCE_SUM=0b489119560f299754e0f7cbd1472f2dff605ea18fdf6c2bb467014550e176e0
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.xz SOURCE_FORMAT=tar.xz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -59,6 +59,16 @@ storage:
log: log:
level: 'info' # debug/info/warning/error level: 'info' # debug/info/warning/error
search:
remote_uri: # Add ability to search remote videos/actors by URI, that may not be federated with your instance
users: true
anonymous: false
trending:
videos:
interval_days: 7 # Compute trending videos for the last x days
############################################################################### ###############################################################################
# #
# From this point, all the following keys can be overridden by the web interface # From this point, all the following keys can be overridden by the web interface
@ -93,7 +103,8 @@ user:
# Default value of maximum video BYTES the user can upload (does not take into account transcoded files). # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).
# -1 == unlimited # -1 == unlimited
video_quota: -1 video_quota: -1
video_quota_daily: -1
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. # 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 # Please, do not disable transcoding since many uploaded videos will not work
@ -132,6 +143,9 @@ instance:
robots: | robots: |
User-agent: * User-agent: *
Disallow: '' Disallow: ''
# Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string.
securitytxt:
"# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md\nContact: mailto:"
services: services:
# Cards configuration to format video in Twitter # Cards configuration to format video in Twitter

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network" "en": "Video streaming platform using P2P directly in the web browser, connected to a federated network"
}, },
"version": "1.0.0-beta.11", "version": "1.0.0-beta.12",
"url": "https://github.com/Chocobozzz/PeerTube", "url": "https://github.com/Chocobozzz/PeerTube",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {