Basic
Media Formats
Not all image formats are supported in browsers so although you may be able to add them via the ALLOWED_FILE_TYPES
environment variable they may not be supported. One such format is Apples .heic
format. It is specific to Apple devices and due to its licensing, a lot of browsers have not implemented it.
Name | Value |
---|---|
TITLE | WeddingShare |
LOGO | https://someurl/someimage.png |
BASE_URL | www.wedding-share.com |
LANGUAGE | en-GB |
FORCE_HTTPS | false |
DEFAULT_THEME | default (default, dark) |
LINKS_OPEN_NEW_TAB | true |
SHOW_IDENTITY_REQUEST | true |
DISABLE_HOME_LINK | false |
DISABLE_DARK_MODE | false |
DISABLE_GUEST_GALLERY_CREATION | true |
SINGLE_GALLERY_MODE | false |
DEFAULT_GALLERY_VIEW | 0 (Default), 1 (Presentation), 2 (Slideshow) |
ALLOWED_FILE_TYPES | .jpg,.jpeg,.png |
MAX_FILE_SIZE_MB | 10 |
THUMBNAIL_SIZE | 720 |
HIDE_KEY_FROM_QR_CODE | false |
IDLE_GALLERY_REFRESH_MINS | 5 (0 = disable) |
EMAIL_REPORT | true |
#
Gallery OverridesGallery Overrides
Any setting marked Yes in the table below can have a gallery specific override by appending the gallery name to the end of the key. For example if the environment variable REQUIRE_REVIEW_PROPOSAL
is specified it will override the value specified using the REQUIRE_REVIEW
environment variable.
Name | Value |
---|---|
TITLE | WeddingShare |
LOGO | https://someurl/someimage.png |
REQUIRE_REVIEW | true |
SECRET_KEY | (optional) |
GALLERY_COLUMNS | 4 (1, 2, 3, 4, 6, 12) |
GALLERY_QUOTE | (optional) |
DISABLE_REVIEW_COUNTER | false |
DISABLE_UPLOAD | false |
DISABLE_DOWNLOAD | false |
DISABLE_QR_CODE | false |
FULL_WIDTH_GALLERY | false |
RETAIN_REJECTED_ITEMS | false |
MAX_GALLERY_SIZE_MB | 1024 |