As written int the config file, there seems to be a way to override favicon.png
and logo.svg
by placing an alternative version of them in /var/www/peertube/storage/client-overrides/'
(or the folder set in the production.yaml
excerpt:
# Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images
# Could contain for example assets/images/favicon.png
# If the file exists, peertube will serve it
# If not, peertube will fallback to the default fil
client_overrides: '/var/www/peertube/storage/client-overrides/'
But i can’t figure out how to make peertube pick up on it. I have tried to place them both directly in the folder as this:
/var/www/peertube/storage/client-overrides/logo.svg
and as the config comment seems to suggests:
/var/www/peertube/storage/client-overrides/assets/images/logo.svg
None of the alternative seems to work. Permissions are set to be owned by peertube and both files have 644
I know i can use a plugin for this, but they all seem to load the original icon first, then swap them out, as i suppose they use CSS that gets loaded in last.
Can someone enlighten me as to how this client-overrides
is supposed to work, please?
Many mercis and cordialement,
*Set