Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add custom branding envs
  • Loading branch information
l4rm4nd authored Nov 8, 2023
1 parent fc7a7e4 commit ef06f5f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/send/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef06f5f

Please sign in to comment.