Commit Graph

16 Commits

Author SHA1 Message Date
wf6DJd8a3xSSCZbn
6f8c34c0f3
Updating shell scripts to adhear better to Bash style guides (#510)
* Updated Shell Script Format

Signed-off-by: Spencer <wf6DJd8a3xSSCZbn@protonmail.com>
2021-01-08 16:45:00 +01:00
Dave Thompson
bb1e8066c4
Enable easy configuration of encrypted PostgreSQL connections with new optional DB_SSLMODE (defaults to current value of "disable") following values allowed by PostgreSQL (#506)
* change to support environment variable configuration of SSL mode for PostgreSQL connections
2020-12-10 15:02:24 +01:00
Yannic Haupenthal
a758c2c52b
Consistency of app/* (#502)
* be consistent with the use of tabs

* tabs; shellcheck; consistency

* use tabs
* use shellcheck to fix non POSIX stuff
* be consistent with the use of quotes and if-then-else / for-do-done
2020-11-17 12:05:16 +01:00
Emanuele Panzeri
66ab03e4fe
Quote arguments (#492) 2020-09-18 11:12:40 +02:00
Kyâne
bcbfc6a04b Enable error log to Console by default
Closes #365
2019-02-09 19:47:44 +01:00
Kyâne Pichou
68db80f759
Improve app to db connection setup (#332) 2018-10-29 13:57:59 +01:00
gy741
f49e4894cc fix uuoc and typo (#333)
* Fix typo

* Fix UUOC in app/entrypoint.sh
2018-10-27 17:13:32 +02:00
Carlos Tadeu Panato Junior
e6deb77cbe Remove DB check in the app/entrypoint (#316)
* fix check

* remove db check
2018-10-02 11:53:08 +02:00
Carlos Tadeu Panato Junior
8adcd9e53b if all config was set in the config.json bypass the checks (#315) 2018-09-28 20:24:42 +02:00
Yusuke Nemoto
1811af4a75 Backup plugins directory (#297) 2018-08-22 14:47:58 +02:00
Tejas Bubane
89e162636c Upgrade to mattermost 5.0.0 (#284)
* Upgrade to mattermost 5.0.0

Changelog: https://docs.mattermost.com/administration/changelog.html#release-v5-0

* Change binary name to `mattermost`

As described in the [changelog](https://forum.mattermost.org/t/upcoming-changes-with-mattermost-v5-0/5119).
2018-06-16 15:42:52 +02:00
antoineHC
f79bbea7a4 Production Hardening (#241) 2018-04-15 19:33:49 +02:00
3_1_3_u
efec6080cc Use Alpine based image for app (#208) 2018-02-09 00:55:45 +01:00
Dave Lasley
8bb026133d [FIX] URLEncode PSQL Password (#219)
* URL Encode the Postgres password, allowing for special characters in the connection string
2018-01-05 19:26:44 +01:00
Kyâne Pichou
29bff18001 Comment and indent app entrypoint (#182) 2017-10-14 16:47:44 +02:00
Kyâne Pichou
5cc50eb522 Use best practices for Dockerfiles (#180) 2017-10-13 14:12:30 +02:00