]>
Commit | Line | Data |
---|---|---|
8c308c2b | 1 | listen: |
87bc58e1 | 2 | hostname: '0.0.0.0' |
8c308c2b C |
3 | port: 9000 |
4 | ||
5 | webserver: | |
6 | https: false | |
7 | ||
c1340a6a C |
8 | rates_limit: |
9 | signup: | |
10 | window: 10 minutes | |
11 | max: 50 | |
12 | login: | |
13 | window: 5 minutes | |
14 | max: 20 | |
8ed86e76 C |
15 | api: |
16 | window: 10 seconds | |
17 | max: 500 | |
c1340a6a | 18 | |
8c308c2b | 19 | database: |
3737bbaf | 20 | hostname: 'localhost' |
feb4bdfd | 21 | port: 5432 |
e22528ac | 22 | |
2284f202 C |
23 | redis: |
24 | hostname: 'localhost' | |
25 | ||
f076daa7 C |
26 | smtp: |
27 | hostname: null | |
28 | port: 1025 | |
29 | tls: false | |
bebf2d89 | 30 | disable_starttls: true |
31b5a255 | 31 | from_address: 'test-admin@localhost' |
f076daa7 C |
32 | username: null |
33 | password: null | |
34 | ||
a0922eb9 C |
35 | log: |
36 | level: 'debug' | |
37 | ||
a4101923 C |
38 | contact_form: |
39 | enabled: true | |
529f0372 C |
40 | |
41 | redundancy: | |
42 | videos: | |
43 | check_interval: '1 minute' | |
44 | strategies: | |
45 | - | |
46 | size: '1000MB' | |
47 | min_lifetime: '10 minutes' | |
48 | strategy: 'most-views' | |
49 | - | |
50 | size: '1000MB' | |
51 | min_lifetime: '10 minutes' | |
52 | strategy: 'trending' | |
53 | - | |
54 | size: '1000MB' | |
55 | min_lifetime: '10 minutes' | |
56 | strategy: 'recently-added' | |
57 | min_views: 1 | |
c48e82b5 | 58 | |
f842e810 C |
59 | cache: |
60 | previews: | |
61 | size: 1 | |
62 | captions: | |
63 | size: 1 | |
b3d5cb92 C |
64 | torrents: |
65 | size: 1 | |
f842e810 | 66 | |
e22528ac C |
67 | signup: |
68 | enabled: true | |
d9eaee39 | 69 | requires_email_verification: false |
aa8b6df4 C |
70 | |
71 | transcoding: | |
a22bfc3e | 72 | enabled: true |
14e2014a | 73 | allow_additional_extensions: false |
536598cf | 74 | allow_audio_files: false |
a22bfc3e | 75 | threads: 2 |
9129b769 | 76 | concurrency: 2 |
1125c40a | 77 | resolutions: |
3a149e9f | 78 | 0p: false |
1125c40a C |
79 | 240p: true |
80 | 360p: true | |
81 | 480p: true | |
82 | 720p: true | |
83 | 1080p: true | |
b7085c71 | 84 | 1440p: true |
ad3405d0 | 85 | 2160p: true |
09209296 C |
86 | hls: |
87 | enabled: true | |
0883b324 | 88 | |
c6c0fa6c C |
89 | live: |
90 | enabled: false | |
91 | ||
3258fa55 C |
92 | allow_replay: false |
93 | ||
c6c0fa6c C |
94 | rtmp: |
95 | port: 1935 | |
96 | ||
97 | transcoding: | |
fb719404 | 98 | enabled: false |
c6c0fa6c C |
99 | threads: 2 |
100 | ||
101 | resolutions: | |
102 | 240p: false | |
103 | 360p: false | |
104 | 480p: false | |
105 | 720p: false | |
106 | 1080p: false | |
b7085c71 | 107 | 1440p: false |
c6c0fa6c C |
108 | 2160p: false |
109 | ||
5d08a6a7 C |
110 | import: |
111 | videos: | |
9129b769 | 112 | concurrency: 2 |
5d08a6a7 C |
113 | http: |
114 | enabled: true | |
6848b9f4 | 115 | proxy: |
1e904cde C |
116 | enabled: false |
117 | url: "" | |
a84b8fa5 C |
118 | torrent: |
119 | enabled: true | |
5d08a6a7 | 120 | |
0883b324 | 121 | instance: |
6040f87d | 122 | default_nsfw_policy: 'display' |
41b15c89 C |
123 | |
124 | plugins: | |
125 | index: | |
126 | check_latest_versions_interval: '10 minutes' | |
5fb2e288 C |
127 | |
128 | search: | |
129 | # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance | |
130 | # If enabled, the associated group will be able to "escape" from the instance follows | |
131 | # That means they will be able to follow channels, watch videos, list videos of non followed instances | |
132 | remote_uri: | |
133 | users: true | |
134 | anonymous: false | |
135 | ||
136 | # Use a third party index instead of your local index, only for search results | |
137 | # Useful to discover content outside of your instance | |
138 | search_index: | |
3b0bd70a | 139 | enabled: false |
5fb2e288 C |
140 | # URL of the search index, that should use the same search API and routes |
141 | # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html | |
142 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, | |
143 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index | |
144 | url: 'http://localhost:3234' | |
145 | # You can disable local search, so users only use the search index | |
146 | disable_local_search: false | |
147 | # If you did not disable local search, you can decide to use the search index by default | |
148 | is_default_search: true | |
a25507f6 C |
149 | |
150 | federation: | |
151 | videos: | |
152 | federate_unlisted: true | |
413b9729 C |
153 | |
154 | views: | |
155 | videos: | |
156 | remote: | |
157 | max_age: -1 |