diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 5a935fede..f84ecfcf9 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -238,7 +238,53 @@ instance: | |||
238 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | 238 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' |
239 | description: 'Welcome to this PeerTube instance!' # Support markdown | 239 | description: 'Welcome to this PeerTube instance!' # Support markdown |
240 | terms: 'No terms for now.' # Support markdown | 240 | terms: 'No terms for now.' # Support markdown |
241 | code_of_conduct: '' # Supports markdown | ||
242 | |||
243 | # Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc | ||
244 | moderation_information: '' # Supports markdown | ||
245 | |||
246 | # Who is behind the instance? A single person? A non profit? | ||
247 | administrator: '' | ||
248 | |||
249 | # How long do you plan to maintain this instance? | ||
250 | maintenance_lifetime: '' | ||
251 | |||
252 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? | ||
253 | business_model: '' | ||
254 | |||
255 | # What are the main languages of your instance? To interact with your users for example | ||
256 | # Uncomment or add the languages you want | ||
257 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages | ||
258 | languages: | ||
259 | # - en | ||
260 | # - es | ||
261 | # - fr | ||
262 | |||
263 | # You can specify the main categories of your instance (dedicated to music, gaming or politics etc) | ||
264 | # Uncomment or add the category ids you want | ||
265 | # List of supported categories: https://peertube.cpy.re/api/v1/videos/categories | ||
266 | categories: | ||
267 | # - 1 # Music | ||
268 | # - 2 # Films | ||
269 | # - 3 # Vehicles | ||
270 | # - 4 # Art | ||
271 | # - 5 # Sports | ||
272 | # - 6 # Travels | ||
273 | # - 7 # Gaming | ||
274 | # - 8 # People | ||
275 | # - 9 # Comedy | ||
276 | # - 10 # Entertainment | ||
277 | # - 11 # News & Politics | ||
278 | # - 12 # How To | ||
279 | # - 13 # Education | ||
280 | # - 14 # Activism | ||
281 | # - 15 # Science & Technology | ||
282 | # - 16 # Animals | ||
283 | # - 17 # Kids | ||
284 | # - 18 # Food | ||
285 | |||
241 | default_client_route: '/videos/trending' | 286 | default_client_route: '/videos/trending' |
287 | |||
242 | # Whether or not the instance is dedicated to NSFW content | 288 | # Whether or not the instance is dedicated to NSFW content |
243 | # Enabling it will allow other administrators to know that you are mainly federating sensitive content | 289 | # Enabling it will allow other administrators to know that you are mainly federating sensitive content |
244 | # Moreover, the NSFW checkbox on video upload will be automatically checked by default | 290 | # Moreover, the NSFW checkbox on video upload will be automatically checked by default |
@@ -246,6 +292,7 @@ instance: | |||
246 | # By default, "do_not_list" or "blur" or "display" NSFW videos | 292 | # By default, "do_not_list" or "blur" or "display" NSFW videos |
247 | # Could be overridden per user with a setting | 293 | # Could be overridden per user with a setting |
248 | default_nsfw_policy: 'do_not_list' | 294 | default_nsfw_policy: 'do_not_list' |
295 | |||
249 | customizations: | 296 | customizations: |
250 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 297 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
251 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 298 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |