summaryrefslogtreecommitdiff
path: root/lib/config/dockerSecret.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #168 from dargmuesli/fix/docker-secret-bufferSheogorath2019-09-031-1/+1
|\ | | | | Config: Return String Instead Of Buffer For Docker Secrets
| * Docker Secrets: Use Encoding Parameter DirectlyJonas Thelemann2019-09-031-1/+1
| | | | | | | | Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
| * Config: Return String Instead Of Buffer For Docker SecretsJonas Thelemann2019-09-031-1/+1
| | | | | | | | | | | | Prevents "TypeError: Cannot freeze array buffer views with elements". Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
* | Docker Secrets: Correct Source PathJonas Thelemann2019-09-021-1/+1
|/ | | | Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
* Fix variable names for docker secretsSheogorath2019-08-151-5/+5
| | | | | | | It seems like since we switched to camelcase we missed to update some variable names in the config section. This patch fixes those. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Docker Secrets: Add DB URL SupportJonas Thelemann2019-07-011-0/+1
| | | | | | As the connection string may include a password it should be supported by Docker Secrets. Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
* Add Azure Blob Storage supportÁdám Hóka2018-06-011-0/+3
| | | | Signed-off-by: Adam Hoka <hoka.adam@nexogen.hu>
* Fix not passing app key correctly in dropbox configWu Cheng-Han2018-01-191-1/+2
|
* Add mattermost authenticationChristoph Witzany2017-10-311-0/+4
|
* refactor(config.js): Extract config fileBoHong Li2017-05-081-0/+51
* Separate different config source to each files * Freeze config object