summaryrefslogtreecommitdiff
path: root/lib/config/utils.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong reading from commitSheogorath2018-11-121-1/+1
| | | | | | | | | | | Right now we use a substr after reading the commit. That's definitely wrong and leads to wrong commit hashes since the first 5 chars are missing. This patch removes the substr usage here and this way fixes the generated links. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add full version stringSheogorath2018-11-111-0/+33
| | | | | | | | | | | | Currently we only provide the version from `package.json`. This means that during updates of instances, e.g. the demo instance, which runs latest master instead of a stable release, changes are not reflected to the webclient. This patch adds a fullversion string that contains the current commit and this way makes that clients are notified about changes. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add helper function to fix number problemsSheogorath2018-03-161-0/+7
| | | | | | | | | As minio causes various problem if you configure it using environment variables and leave the port setting out, which will evaluate to NaN, this change should fix this in a clean way for this time and helps to support numbers in general in future. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated arrayalecdwm2017-12-091-0/+7
| | | | Signed-off-by: Alec WM <firstcontact@owls.io>
* fix(config): ssl environment configs not parse properlyRaccoon Li2017-05-081-0/+8