mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update docker-compose.yml
add custom branding envs
This commit is contained in:
parent
fc7a7e4c11
commit
ef06f5f9e9
|
@ -26,6 +26,26 @@ services:
|
||||||
- DEFAULT_DOWNLOADS=10
|
- DEFAULT_DOWNLOADS=10
|
||||||
- MAX_DOWNLOADS=10 # Maximum number of downloads (defaults to 100)
|
- 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)
|
- 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:
|
#networks:
|
||||||
# - proxy
|
# - proxy
|
||||||
#labels:
|
#labels:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user