Skip to main content

Basic

Update Notice

Please be aware if you are updating from v1.4.15 or a previous version to v1.4.16 or above there has been a damatic change in configuration keys. The built in migration helper should handle the transition but I recomment updating to newer versions of keys where possible.

NameValue
TITLEChanges the title displayed in the header and tabs.

Default: "WeddingShare"
LOGOChanges the icon displayed in the header and tabs. To change please provide the full Url to an image resouce or the path to a file if using volume mappings.

Default: "/images/logo.png"
BASE_URLThe base Url to be used in links and notifications.

Default: none
FORCE_HTTPSIf enabled any users connecting using un-secure http will be redirected to the secure https protocol

Default: false
SINGLE_GALLERY_MODEIf enabled the user will not be asked to enter a gallery name on the homepage and admins will not be able to create different gallery instances.

Default: false
GALLERY_SELECTOR_DROPDOWNIf enabled the user will not be required to manually enter a gallery name on the homepage. Instead users will choose from a dropdown. This adds convenience but makes it easier for attackers to guess gallery names.

Default: false
GALLERY_SELECTOR_HIDE_DEFAULT_OPTIONIf combined with the GALLERY_SELECTOR_DROPDOWN option it will hide the default gallery option from the dropdown. This might be useful in cases where you will not be using the default gallery.

Default: false
HOME_LINKIf set to false clicking the title in the header will not redirect the user to the homepage.

Default: true
GUEST_GALLERY_CREATIONIf enabled guests will be allowed to create their own galleries by entering the name of a non-existing gallery on the homepage.

Default: false
HIDE_KEY_FROM_QR_CODEIf enabled the secret key will not be included in the QR code. This means users can share the gallery link without compromising security as they will need to provide the secret key separately.

Default: false
LINKS_OPEN_NEW_TABIf enabled all clickable links will open in new tabs instead of the same window.

Default: false
THUMBNAIL_SIZETo save on transmitted data and speed up load times lower resolution thumbnails are generated. This specifies the maximum width/height of the thumbnails.

Default: 720
EMAIL_REPORTIf enabled an email report will be sent to users listed with the SMTP_RECIPIENT option based on the schedule defined in the SCHEDULES_EMAIL_REPORT option. This report includes stats on items pending approval.

Default: true
DATABASE_TYPEThis specified the type of database connection to use. You can choose between sqlite or mysql.

Default: sqlite
DATABASE_CONNECTION_STRINGSpecifies the connection string to be used for a mysql database connection.

Default: none
Connection String Format (MySQL)

Server={{ IP / DNS }};Port={{ Likely 3306 or 3307 }};Database={{ Database Name }};User={{ Username }};Password={{ Password }};