aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test-4.yaml
diff options
context:
space:
mode:
authorKim <1877318+kimsible@users.noreply.github.com>2020-07-10 10:20:11 +0200
committerGitHub <noreply@github.com>2020-07-10 10:20:11 +0200
commitcaf2aaf4f9d38ad441a5562c3b8720f8779d6f78 (patch)
tree2a93cbfd2aee6089fd334f28dcb47c18a368a6fd /config/test-4.yaml
parent27647da17fe53ff24ed27ef8618bc244c0be6b26 (diff)
downloadPeerTube-caf2aaf4f9d38ad441a5562c3b8720f8779d6f78.tar.gz
PeerTube-caf2aaf4f9d38ad441a5562c3b8720f8779d6f78.tar.zst
PeerTube-caf2aaf4f9d38ad441a5562c3b8720f8779d6f78.zip
Add ability to override client assets : logo - favicon - PWA icons - PWA manifest name and description (#2897)
* Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'config/test-4.yaml')
-rw-r--r--config/test-4.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/test-4.yaml b/config/test-4.yaml
index 9ec45b024..1e4bee974 100644
--- a/config/test-4.yaml
+++ b/config/test-4.yaml
@@ -22,6 +22,7 @@ storage:
22 captions: 'test4/captions/' 22 captions: 'test4/captions/'
23 cache: 'test4/cache/' 23 cache: 'test4/cache/'
24 plugins: 'test4/plugins/' 24 plugins: 'test4/plugins/'
25 client_overrides: 'test4/client-overrides/'
25 26
26admin: 27admin:
27 email: 'admin4@example.com' 28 email: 'admin4@example.com'