mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add previews cache system between pods
This commit is contained in:
@@ -22,6 +22,11 @@ storage:
|
||||
previews: 'previews/'
|
||||
thumbnails: 'thumbnails/'
|
||||
torrents: 'torrents/'
|
||||
cache: 'cache/'
|
||||
|
||||
cache:
|
||||
previews:
|
||||
size: 1 # Max number of previews you want to cache
|
||||
|
||||
admin:
|
||||
email: 'admin@example.com'
|
||||
|
||||
@@ -23,6 +23,7 @@ storage:
|
||||
previews: 'previews/'
|
||||
thumbnails: 'thumbnails/'
|
||||
torrents: 'torrents/'
|
||||
cache: 'cache/'
|
||||
|
||||
admin:
|
||||
email: 'admin@example.com'
|
||||
|
||||
@@ -13,8 +13,10 @@ storage:
|
||||
certs: 'test1/certs/'
|
||||
videos: 'test1/videos/'
|
||||
logs: 'test1/logs/'
|
||||
previews: 'test1/previews/'
|
||||
thumbnails: 'test1/thumbnails/'
|
||||
torrents: 'test1/torrents/'
|
||||
cache: 'test1/cache/'
|
||||
|
||||
admin:
|
||||
email: 'admin1@example.com'
|
||||
|
||||
@@ -13,8 +13,10 @@ storage:
|
||||
certs: 'test2/certs/'
|
||||
videos: 'test2/videos/'
|
||||
logs: 'test2/logs/'
|
||||
previews: 'test2/previews/'
|
||||
thumbnails: 'test2/thumbnails/'
|
||||
torrents: 'test2/torrents/'
|
||||
cache: 'test2/cache/'
|
||||
|
||||
admin:
|
||||
email: 'admin2@example.com'
|
||||
|
||||
@@ -13,8 +13,10 @@ storage:
|
||||
certs: 'test3/certs/'
|
||||
videos: 'test3/videos/'
|
||||
logs: 'test3/logs/'
|
||||
previews: 'test3/previews/'
|
||||
thumbnails: 'test3/thumbnails/'
|
||||
torrents: 'test3/torrents/'
|
||||
cache: 'test3/cache/'
|
||||
|
||||
admin:
|
||||
email: 'admin3@example.com'
|
||||
|
||||
@@ -13,8 +13,10 @@ storage:
|
||||
certs: 'test4/certs/'
|
||||
videos: 'test4/videos/'
|
||||
logs: 'test4/logs/'
|
||||
previews: 'test4/previews/'
|
||||
thumbnails: 'test4/thumbnails/'
|
||||
torrents: 'test4/torrents/'
|
||||
cache: 'test4/cache/'
|
||||
|
||||
admin:
|
||||
email: 'admin4@example.com'
|
||||
|
||||
@@ -13,8 +13,10 @@ storage:
|
||||
certs: 'test5/certs/'
|
||||
videos: 'test5/videos/'
|
||||
logs: 'test5/logs/'
|
||||
previews: 'test5/previews/'
|
||||
thumbnails: 'test5/thumbnails/'
|
||||
torrents: 'test5/torrents/'
|
||||
cache: 'test5/cache/'
|
||||
|
||||
admin:
|
||||
email: 'admin5@example.com'
|
||||
|
||||
@@ -13,8 +13,10 @@ storage:
|
||||
certs: 'test6/certs/'
|
||||
videos: 'test6/videos/'
|
||||
logs: 'test6/logs/'
|
||||
previews: 'test6/previews/'
|
||||
thumbnails: 'test6/thumbnails/'
|
||||
torrents: 'test6/torrents/'
|
||||
cache: 'test6/cache/'
|
||||
|
||||
admin:
|
||||
email: 'admin6@example.com'
|
||||
|
||||
Reference in New Issue
Block a user