30 disable_starttls: true
31 from_address: 'test-admin@localhost'
43 check_interval: '1 minute'
47 min_lifetime: '10 minutes'
48 strategy: 'most-views'
51 min_lifetime: '10 minutes'
55 min_lifetime: '10 minutes'
56 strategy: 'recently-added'
69 requires_email_verification: false
73 allow_additional_extensions: false
74 allow_audio_files: false
122 default_nsfw_policy: 'display'
126 check_latest_versions_interval: '10 minutes'
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
136 # Use a third party index instead of your local index, only for search results
137 # Useful to discover content outside of your instance
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
152 federate_unlisted: true