X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=37059e9e01cafdcd6ff84c86e5a75d4a708c9943;hb=e364e31e25bd1d4b8d801c845a96d6be708f0a18;hp=d4977d0037e425c92072a94840b8e022c9dab186;hpb=b65f5367baf799b425be0bcfb9220922751bb6eb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index d4977d003..37059e9e0 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -159,9 +159,11 @@ object_storage: upload_acl: # Set this ACL on each uploaded object of public/unlisted videos + # Use null if your S3 provider does not support object ACL public: 'public-read' # Set this ACL on each uploaded object of private/internal videos # PeerTube can proxify requests to private objects so your users can access them + # Use null if your S3 provider does not support object ACL private: 'private' proxy: @@ -380,9 +382,15 @@ contact_form: signup: enabled: false + limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited + minimum_age: 16 # Used to configure the signup form + + # Users fill a form to register so moderators can accept/reject the registration + requires_approval: true requires_email_verification: false + filters: cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist whitelist: []