aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-22 13:56:45 +0200
committerChocobozzz <me@florianbigard.com>2021-10-22 13:56:45 +0200
commitde7f11143f6d8a617f1eb15d536a3486e7e22301 (patch)
tree14a413f04acc1a3d6a5b55927e729ad367fafd98 /config/default.yaml
parent7f91ecbde475fcbf9e4997786b7a313ff4b8587c (diff)
downloadPeerTube-de7f11143f6d8a617f1eb15d536a3486e7e22301.tar.gz
PeerTube-de7f11143f6d8a617f1eb15d536a3486e7e22301.tar.zst
PeerTube-de7f11143f6d8a617f1eb15d536a3486e7e22301.zip
Cleanup config
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/config/default.yaml b/config/default.yaml
index ec9622477..f545382c8 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -208,8 +208,8 @@ security:
208tracker: 208tracker:
209 # If you disable the tracker, you disable the P2P aspect of PeerTube 209 # If you disable the tracker, you disable the P2P aspect of PeerTube
210 enabled: true 210 enabled: true
211 # Only handle requests on your videos. 211 # Only handle requests on your videos
212 # If you set this to false it means you have a public tracker. 212 # If you set this to false it means you have a public tracker
213 # Then, it is possible that clients overload your instance with external torrents 213 # Then, it is possible that clients overload your instance with external torrents
214 private: true 214 private: true
215 # Reject peers that do a lot of announces (could improve privacy of TCP/UDP peers) 215 # Reject peers that do a lot of announces (could improve privacy of TCP/UDP peers)
@@ -290,13 +290,14 @@ signup:
290 blacklist: [] 290 blacklist: []
291 291
292user: 292user:
293 # Default value of maximum video BYTES the user can upload (does not take into account transcoded files). 293 # Default value of maximum video bytes the user can upload (does not take into account transcoded files)
294 # Byte format is supported ("1GB" etc)
294 # -1 == unlimited 295 # -1 == unlimited
295 video_quota: -1 296 video_quota: -1
296 video_quota_daily: -1 297 video_quota_daily: -1
297 298
298# If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag 299# If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag
299# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. 300# In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions
300# Please, do not disable transcoding since many uploaded videos will not work 301# Please, do not disable transcoding since many uploaded videos will not work
301transcoding: 302transcoding:
302 enabled: true 303 enabled: true
@@ -494,7 +495,7 @@ instance:
494 robots: | 495 robots: |
495 User-agent: * 496 User-agent: *
496 Disallow: 497 Disallow:
497 # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string. 498 # Security.txt rules. To discourage researchers from testing your instance and disable security.txt integration, set this to an empty string
498 securitytxt: 499 securitytxt:
499 '# 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:' 500 '# 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:'
500 501