diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2021-10-12 13:50:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 13:50:40 +0200 |
commit | c80e458afb63915163467fe9b3b147b3b4e4657d (patch) | |
tree | dfccb957220c79360e5ec7d70848e312029a508c /config | |
parent | c3bb04413ec05dfe544ec74ffdf2f264975bd121 (diff) | |
download | PeerTube-c80e458afb63915163467fe9b3b147b3b4e4657d.tar.gz PeerTube-c80e458afb63915163467fe9b3b147b3b4e4657d.tar.zst PeerTube-c80e458afb63915163467fe9b3b147b3b4e4657d.zip |
extend client-overrides with default images (#4392)
* extend client-overrides with default images
Add:
* default-playlist.png
* default-avatar-account.png
* default-avatar-videochannel.png
solves #4108
* Rename to default-avatar-video-channel.png
Co-authored-by: Chocobozzz <me@florianbigard.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 8 | ||||
-rw-r--r-- | config/production.yaml.example | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index eb96b6bbb..707187b7c 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -89,7 +89,13 @@ storage: | |||
89 | captions: 'storage/captions/' | 89 | captions: 'storage/captions/' |
90 | cache: 'storage/cache/' | 90 | cache: 'storage/cache/' |
91 | plugins: 'storage/plugins/' | 91 | plugins: 'storage/plugins/' |
92 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images | 92 | # Overridable client files in client/dist/assets/images : |
93 | # - logo.svg | ||
94 | # - favicon.png | ||
95 | # - default-playlist.jpg | ||
96 | # - default-avatar-account.png | ||
97 | # - default-avatar-video-channel.png | ||
98 | # - and icons/*.png (PWA) | ||
93 | # Could contain for example assets/images/favicon.png | 99 | # Could contain for example assets/images/favicon.png |
94 | # If the file exists, peertube will serve it | 100 | # If the file exists, peertube will serve it |
95 | # If not, peertube will fallback to the default fil | 101 | # If not, peertube will fallback to the default fil |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 082c75e53..e405daa71 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -87,7 +87,13 @@ storage: | |||
87 | captions: '/var/www/peertube/storage/captions/' | 87 | captions: '/var/www/peertube/storage/captions/' |
88 | cache: '/var/www/peertube/storage/cache/' | 88 | cache: '/var/www/peertube/storage/cache/' |
89 | plugins: '/var/www/peertube/storage/plugins/' | 89 | plugins: '/var/www/peertube/storage/plugins/' |
90 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images | 90 | # Overridable client files in client/dist/assets/images : |
91 | # - logo.svg | ||
92 | # - favicon.png | ||
93 | # - default-playlist.jpg | ||
94 | # - default-avatar-account.png | ||
95 | # - default-avatar-video-channel.png | ||
96 | # - and icons/*.png (PWA) | ||
91 | # Could contain for example assets/images/favicon.png | 97 | # Could contain for example assets/images/favicon.png |
92 | # If the file exists, peertube will serve it | 98 | # If the file exists, peertube will serve it |
93 | # If not, peertube will fallback to the default file | 99 | # If not, peertube will fallback to the default file |