X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=buster%2Fother_files%2Fpeertube_production.yaml;h=3b39349535f436cba21593d6ec052f266fdc0576;hp=3cc2d81340d0659a02bf184bd931012d37cdfc4c;hb=0aa004609f35c5a62d3eba488f8885d13ea2a67d;hpb=6ba68e69ef9bbe917c72040be42ae7421ca755d8 diff --git a/buster/other_files/peertube_production.yaml b/buster/other_files/peertube_production.yaml index 3cc2d81..3b39349 100644 --- a/buster/other_files/peertube_production.yaml +++ b/buster/other_files/peertube_production.yaml @@ -34,6 +34,7 @@ trust_proxy: # Your database name will be "peertube"+database.suffix database: + password: 'peertube' hostname: 'localhost' port: 5432 suffix: '_prod' @@ -88,7 +89,7 @@ log: enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate maxFileSize: 12MB maxFiles: 20 - anonymizeIP: false + anonymizeIP: true search: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance @@ -220,11 +221,11 @@ transcoding: threads: 1 resolutions: # Only created if the original video has a higher resolution, uses more storage! 0p: false # audio-only (creates mp4 without video stream, always created when enabled) - 240p: false - 360p: false - 480p: false - 720p: false - 1080p: false + 240p: true + 360p: true + 480p: true + 720p: true + 1080p: true 2160p: false # Generate videos in a WebTorrent format (what we do since the first PeerTube release) @@ -240,7 +241,7 @@ transcoding: # * More stable playback (less bugs/infinite loading) # If you also enabled the webtorrent format, it will multiply videos storage by 2 hls: - enabled: false + enabled: true import: # Add ability for your users to import remote videos (from YouTube, torrent...) @@ -262,10 +263,10 @@ auto_blacklist: # Instance settings instance: - name: 'PeerTube' - short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' - description: 'Welcome to this PeerTube instance!' # Support markdown - terms: 'No terms for now.' # Support markdown + name: 'PlomTube' + short_description: '' + description: 'See stuff here: https://plomlompom.com/' # Support markdown + terms: 'Whatever plomlompom likes.' # Support markdown code_of_conduct: '' # Supports markdown # Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc