diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-03 09:49:04 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-05 10:17:02 +0200 |
commit | 8ae03c37181822617418d1fc372982b245ac0a9a (patch) | |
tree | e98e4a57ca85f2fd982aa8054476c9983cbb2398 /config/production.yaml.example | |
parent | 589d9f55f6f3f0d069d4bbb207d3d20769cc4ded (diff) | |
download | PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.tar.gz PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.tar.zst PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.zip |
Add creation reason
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 54 |
1 files changed, 52 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 397e52740..b86068bde 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -251,9 +251,58 @@ auto_blacklist: | |||
251 | instance: | 251 | instance: |
252 | name: 'PeerTube' | 252 | name: 'PeerTube' |
253 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | 253 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' |
254 | description: '' # Support markdown | 254 | description: 'Welcome to this PeerTube instance!' # Support markdown |
255 | terms: '' # Support markdown | 255 | terms: 'No terms for now.' # Support markdown |
256 | code_of_conduct: '' # Supports markdown | ||
257 | |||
258 | # Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc | ||
259 | moderation_information: '' # Supports markdown | ||
260 | |||
261 | # Why did you create this instance? | ||
262 | creation_reason: '' | ||
263 | |||
264 | # Who is behind the instance? A single person? A non profit? | ||
265 | administrator: '' | ||
266 | |||
267 | # How long do you plan to maintain this instance? | ||
268 | maintenance_lifetime: '' | ||
269 | |||
270 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? | ||
271 | business_model: '' | ||
272 | |||
273 | # What are the main languages of your instance? To interact with your users for example | ||
274 | # Uncomment or add the languages you want | ||
275 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages | ||
276 | languages: | ||
277 | # - en | ||
278 | # - es | ||
279 | # - fr | ||
280 | |||
281 | # You can specify the main categories of your instance (dedicated to music, gaming or politics etc) | ||
282 | # Uncomment or add the category ids you want | ||
283 | # List of supported categories: https://peertube.cpy.re/api/v1/videos/categories | ||
284 | categories: | ||
285 | # - 1 # Music | ||
286 | # - 2 # Films | ||
287 | # - 3 # Vehicles | ||
288 | # - 4 # Art | ||
289 | # - 5 # Sports | ||
290 | # - 6 # Travels | ||
291 | # - 7 # Gaming | ||
292 | # - 8 # People | ||
293 | # - 9 # Comedy | ||
294 | # - 10 # Entertainment | ||
295 | # - 11 # News & Politics | ||
296 | # - 12 # How To | ||
297 | # - 13 # Education | ||
298 | # - 14 # Activism | ||
299 | # - 15 # Science & Technology | ||
300 | # - 16 # Animals | ||
301 | # - 17 # Kids | ||
302 | # - 18 # Food | ||
303 | |||
256 | default_client_route: '/videos/trending' | 304 | default_client_route: '/videos/trending' |
305 | |||
257 | # Whether or not the instance is dedicated to NSFW content | 306 | # Whether or not the instance is dedicated to NSFW content |
258 | # Enabling it will allow other administrators to know that you are mainly federating sensitive content | 307 | # Enabling it will allow other administrators to know that you are mainly federating sensitive content |
259 | # Moreover, the NSFW checkbox on video upload will be automatically checked by default | 308 | # Moreover, the NSFW checkbox on video upload will be automatically checked by default |
@@ -261,6 +310,7 @@ instance: | |||
261 | # By default, "do_not_list" or "blur" or "display" NSFW videos | 310 | # By default, "do_not_list" or "blur" or "display" NSFW videos |
262 | # Could be overridden per user with a setting | 311 | # Could be overridden per user with a setting |
263 | default_nsfw_policy: 'do_not_list' | 312 | default_nsfw_policy: 'do_not_list' |
313 | |||
264 | customizations: | 314 | customizations: |
265 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 315 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
266 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 316 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |