X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=17a1be5025089e621d0d16c5718dfe54b06cb90b;hb=40b8906957719bf8ece5d5f8179136bc604dbf84;hp=f55f5c096e3499c4a665f85535eb7cc44e6ef279;hpb=c1340a6ac35f924161e6ec2a1d728e20c89e55c8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index f55f5c096..17a1be502 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -81,6 +81,7 @@ storage: torrents: '/var/www/peertube/storage/torrents/' captions: '/var/www/peertube/storage/captions/' cache: '/var/www/peertube/storage/cache/' + plugins: '/var/www/peertube/storage/plugins/' log: level: 'info' # debug/info/warning/error @@ -155,6 +156,14 @@ views: remote: max_age: -1 +plugins: + # The website PeerTube will ask for available PeerTube plugins + # This is an unmoderated plugin index, so only install plugins you trust + index: + enabled: true + check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions + url: 'https://packages.joinpeertube.org' + ############################################################################### # @@ -278,3 +287,6 @@ followers: enabled: true # Whether or not an administrator must manually validate a new follower manual_approval: false + +theme: + default: 'default'