2015-06-09 11:41:40 -04:00
|
|
|
listen:
|
2018-10-08 04:56:05 -04:00
|
|
|
hostname: '0.0.0.0'
|
2015-06-09 11:41:40 -04:00
|
|
|
port: 9000
|
|
|
|
|
|
|
|
webserver:
|
|
|
|
https: false
|
|
|
|
|
2019-07-04 10:42:40 -04:00
|
|
|
rates_limit:
|
|
|
|
signup:
|
|
|
|
window: 10 minutes
|
|
|
|
max: 50
|
|
|
|
login:
|
|
|
|
window: 5 minutes
|
|
|
|
max: 20
|
2019-07-04 11:22:24 -04:00
|
|
|
api:
|
|
|
|
window: 10 seconds
|
|
|
|
max: 500
|
2019-07-04 10:42:40 -04:00
|
|
|
|
2015-06-09 11:41:40 -04:00
|
|
|
database:
|
2016-10-23 13:41:17 -04:00
|
|
|
hostname: 'localhost'
|
2016-12-11 15:50:51 -05:00
|
|
|
port: 5432
|
2017-03-10 05:32:39 -05:00
|
|
|
|
2019-07-29 05:59:29 -04:00
|
|
|
redis:
|
|
|
|
hostname: 'localhost'
|
|
|
|
|
2018-01-30 09:16:24 -05:00
|
|
|
smtp:
|
|
|
|
hostname: null
|
|
|
|
port: 1025
|
|
|
|
tls: false
|
2018-03-22 11:12:52 -04:00
|
|
|
disable_starttls: true
|
2018-01-30 09:35:15 -05:00
|
|
|
from_address: 'test-admin@localhost'
|
2018-01-30 09:16:24 -05:00
|
|
|
username: null
|
|
|
|
password: null
|
|
|
|
|
2018-02-14 09:33:25 -05:00
|
|
|
log:
|
|
|
|
level: 'debug'
|
|
|
|
|
2019-01-09 09:14:29 -05:00
|
|
|
contact_form:
|
|
|
|
enabled: true
|
|
|
|
|
2018-09-11 10:27:07 -04:00
|
|
|
redundancy:
|
|
|
|
videos:
|
2020-01-10 04:11:28 -05:00
|
|
|
check_interval: '1 minute'
|
2018-09-19 10:12:07 -04:00
|
|
|
strategies:
|
|
|
|
-
|
2020-01-10 04:11:28 -05:00
|
|
|
size: '1000MB'
|
2018-09-24 07:07:33 -04:00
|
|
|
min_lifetime: '10 minutes'
|
2018-09-19 10:12:07 -04:00
|
|
|
strategy: 'most-views'
|
|
|
|
-
|
2020-01-10 04:11:28 -05:00
|
|
|
size: '1000MB'
|
2018-09-24 07:07:33 -04:00
|
|
|
min_lifetime: '10 minutes'
|
2018-09-19 10:12:07 -04:00
|
|
|
strategy: 'trending'
|
|
|
|
-
|
2020-01-10 04:11:28 -05:00
|
|
|
size: '1000MB'
|
2018-09-24 07:07:33 -04:00
|
|
|
min_lifetime: '10 minutes'
|
2018-09-19 10:12:07 -04:00
|
|
|
strategy: 'recently-added'
|
2018-09-24 07:07:33 -04:00
|
|
|
min_views: 1
|
2018-09-11 10:27:07 -04:00
|
|
|
|
2018-07-25 09:11:06 -04:00
|
|
|
cache:
|
|
|
|
previews:
|
|
|
|
size: 1
|
|
|
|
captions:
|
|
|
|
size: 1
|
|
|
|
|
2017-03-10 05:32:39 -05:00
|
|
|
signup:
|
|
|
|
enabled: true
|
2018-08-31 03:18:19 -04:00
|
|
|
requires_email_verification: false
|
2017-10-06 04:40:09 -04:00
|
|
|
|
|
|
|
transcoding:
|
2018-01-09 09:29:05 -05:00
|
|
|
enabled: true
|
2018-12-11 08:52:50 -05:00
|
|
|
allow_additional_extensions: false
|
2019-05-16 10:55:34 -04:00
|
|
|
allow_audio_files: false
|
2018-01-09 09:29:05 -05:00
|
|
|
threads: 2
|
2018-02-26 04:00:44 -05:00
|
|
|
resolutions:
|
2019-11-22 05:43:17 -05:00
|
|
|
0p: false
|
2018-02-26 04:00:44 -05:00
|
|
|
240p: true
|
|
|
|
360p: true
|
|
|
|
480p: true
|
|
|
|
720p: true
|
|
|
|
1080p: true
|
2019-06-06 08:45:57 -04:00
|
|
|
2160p: true
|
2019-01-29 02:37:25 -05:00
|
|
|
hls:
|
|
|
|
enabled: true
|
2018-04-19 05:01:34 -04:00
|
|
|
|
2018-08-03 05:10:31 -04:00
|
|
|
import:
|
|
|
|
videos:
|
|
|
|
http:
|
|
|
|
enabled: true
|
2020-01-22 03:24:26 -05:00
|
|
|
proxy:
|
2020-07-02 08:23:50 -04:00
|
|
|
enabled: false
|
|
|
|
url: ""
|
2018-08-07 04:07:53 -04:00
|
|
|
torrent:
|
|
|
|
enabled: true
|
2018-08-03 05:10:31 -04:00
|
|
|
|
2018-04-19 05:01:34 -04:00
|
|
|
instance:
|
2018-12-04 10:02:49 -05:00
|
|
|
default_nsfw_policy: 'display'
|
2019-07-25 04:44:21 -04:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
index:
|
|
|
|
check_latest_versions_interval: '10 minutes'
|
2020-05-29 10:16:24 -04:00
|
|
|
|
|
|
|
search:
|
|
|
|
# Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance
|
|
|
|
# If enabled, the associated group will be able to "escape" from the instance follows
|
|
|
|
# That means they will be able to follow channels, watch videos, list videos of non followed instances
|
|
|
|
remote_uri:
|
|
|
|
users: true
|
|
|
|
anonymous: false
|
|
|
|
|
|
|
|
# Use a third party index instead of your local index, only for search results
|
|
|
|
# Useful to discover content outside of your instance
|
|
|
|
search_index:
|
2020-06-09 10:39:45 -04:00
|
|
|
enabled: false
|
2020-05-29 10:16:24 -04:00
|
|
|
# URL of the search index, that should use the same search API and routes
|
|
|
|
# than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html
|
|
|
|
# You should deploy your own with https://framagit.org/framasoft/peertube/search-index,
|
|
|
|
# and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index
|
|
|
|
url: 'http://localhost:3234'
|
|
|
|
# You can disable local search, so users only use the search index
|
|
|
|
disable_local_search: false
|
|
|
|
# If you did not disable local search, you can decide to use the search index by default
|
|
|
|
is_default_search: true
|