timvisee / send

:mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send

Home Page:https://send.vis.ee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SamuelFluet opened this issue · comments

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

commented

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.