From ef06f5f9e9770b9a44a8f8a6109d81520bfbfe44 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:20:48 +0100 Subject: [PATCH] Update docker-compose.yml add custom branding envs --- examples/send/docker-compose.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/examples/send/docker-compose.yml b/examples/send/docker-compose.yml index 70da5bc1b..1b8c34fc1 100644 --- a/examples/send/docker-compose.yml +++ b/examples/send/docker-compose.yml @@ -26,6 +26,26 @@ services: - DEFAULT_DOWNLOADS=10 - MAX_DOWNLOADS=10 # Maximum number of downloads (defaults to 100) - MAX_FILE_SIZE=2684354560 # Maximum upload file size in bytes (defaults to 2147483648 aka 2GB) + # ---------------------------------------------------------------------------------- + # Custom Branding; see https://github.com/timvisee/send/blob/master/server/config.js + # ---------------------------------------------------------------------------------- + #- CUSTOM_TITLE=Send + #- CUSTOM_DESCRIPTION=Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever. + #- CUSTOM_FOOTER_TEXT= + #- CUSTOM_FOOTER_URL= + #- CUSTOM_LOCALE= + #- UI_CUSTOM_ASSETS_ANDROID_CHROME_192PX= + #- UI_CUSTOM_ASSETS_ANDROID_CHROME_512PX= + #- UI_CUSTOM_ASSETS_APPLE_TOUCH_ICON= + #- UI_CUSTOM_ASSETS_FAVICON_16PX= + #- UI_CUSTOM_ASSETS_FAVICON_32PX= + #- UI_CUSTOM_ASSETS_ICON= + #- UI_CUSTOM_ASSETS_SAFARI_PINNED_TAB= + #- UI_CUSTOM_ASSETS_FACEBOOK= + #- UI_CUSTOM_ASSETS_TWITTER= + #- UI_CUSTOM_ASSETS_WORDMARK= + #- UI_CUSTOM_CSS= + # ---------------------------------------------------------------------------------- #networks: # - proxy #labels: