🧩 Question: Mount custom logo for LibreChat app
LibreChat
1
Posts
1
Posters
2
Views
1
Watching
-
Hello,
Is there a way to change the logo inside the LibreChat app on Cloudron?
I tried to mount a custom folder containing my logo to the specific assets directory used by LibreChat:
/app/code/librechat/client/dist/assets
However, it seems that in Cloudron the mount path is automatically set to
/media/{volume_name}
and cannot be customized in the UI.This makes it impossible to override the app’s static assets (like the logo), since LibreChat doesn’t read files from
/media
.Is there any supported way (or workaround) to:
- Mount a volume to a custom path (e.g.
/app/code/librechat/client/dist/assets
), or - Persistently override static files like the logo inside the LibreChat container?
Thanks in advance
- Mount a volume to a custom path (e.g.