timvisee / send

:mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send
https://send.vis.ee
Mozilla Public License 2.0
4.78k stars 276 forks source link

How to personalize the app ? Customizing CSS, wallpaper, ico, footer… #135

Open SamuelFluet opened 1 year ago

SamuelFluet commented 1 year ago

How do you change the wallpaper of send ? Is there an option or a variable ?

When I change the ico on the top-left with UI_CUSTOM_ASSETS_ICON the image won’t appear, despite the fact that it is the correct directory. Should I use SVG format ?

Are there any other variables to modify?

I am using Plesk Obsidian 18.0 and docker 20.10.21 on Debian 10

l4rm4nd commented 1 year ago

I have a Docker compose example with the relevant environment variables.

https://github.com/Haxxnet/Compose-Examples/tree/main/examples/send

If you run the app in production mode, then you have to provide local images. You can bind mount your image files into the container to the container path /app/dist/. Then just reference the image by name in the relevant env variables.

If you do not run the app in production mode, which is the default, you can even pass plain http/https urls as enviroment variables. The app will then fetch your images from the provided URLs.