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.
Name | Value |
---|---|
TITLE | Changes the title displayed in the header and tabs. Default: "WeddingShare" |
LOGO | Changes 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_URL | The base Url to be used in links and notifications. Default: none |
FORCE_HTTPS | If enabled any users connecting using un-secure http will be redirected to the secure https protocol Default: false |
SINGLE_GALLERY_MODE | If 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_DROPDOWN | If 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_OPTION | If 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_LINK | If set to false clicking the title in the header will not redirect the user to the homepage. Default: true |
GUEST_GALLERY_CREATION | If 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_CODE | If 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_TAB | If enabled all clickable links will open in new tabs instead of the same window. Default: false |
THUMBNAIL_SIZE | To 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_REPORT | If 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_TYPE | This specified the type of database connection to use. You can choose between sqlite or mysql .Default: sqlite |
DATABASE_CONNECTION_STRING | Specifies 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 }};