summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrás Maróy <andras@maroy.hu>2021-07-30 12:23:35 +0000
committerGitHub <noreply@github.com>2021-07-30 12:23:35 +0000
commit5d01cebeab368a6f528570236fee454448a24297 (patch)
treef68eb008df68c563f386623e10ecc5be7e81f246 /README.md
parent188db02474841b96c4f415c2984006a846e92b5e (diff)
Implement docker secret handling for SMTP_PASSWORD (#1471)
* Implement docker secret handling for SMTP_PASSWORD Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Use `trim` instead of `rtrim` for `SMTP_PASSWORD_FILE` contents Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Signed-off-by: András Maróy <andras@maroy.hu> * Runs update.sh Co-authored-by: GitHub Workflow <workflow@github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53a1c2bb..f0501730 100644
--- a/README.md
+++ b/README.md
@@ -373,7 +373,7 @@ secrets:
file: ./postgres_user.txt # put postgresql username to this file
```
-Currently, this is only supported for `NEXTCLOUD_ADMIN_PASSWORD`, `NEXTCLOUD_ADMIN_USER`, `MYSQL_DATABASE`, `MYSQL_PASSWORD`, `MYSQL_USER`, `POSTGRES_DB`, `POSTGRES_PASSWORD`, `POSTGRES_USER` and `REDIS_HOST_PASSWORD`.
+Currently, this is only supported for `NEXTCLOUD_ADMIN_PASSWORD`, `NEXTCLOUD_ADMIN_USER`, `MYSQL_DATABASE`, `MYSQL_PASSWORD`, `MYSQL_USER`, `POSTGRES_DB`, `POSTGRES_PASSWORD`, `POSTGRES_USER`, `REDIS_HOST_PASSWORD` and `SMTP_PASSWORD`.
# Make your Nextcloud available from the internet
Until here, your Nextcloud is just available from your docker host. If you want your Nextcloud available from the internet adding SSL encryption is mandatory.