From 16dd26754191f79264c6e399bd9dd5fdb913453c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 27 Nov 2022 22:22:51 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-mastodon.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/images/docker-mastodon.md b/images/docker-mastodon.md index fb353e7f8..9696decc2 100755 --- a/images/docker-mastodon.md +++ b/images/docker-mastodon.md @@ -55,6 +55,10 @@ We support all of the official [environment variables](https://docs.joinmastodon For more information check out the [mastodon documentation](https://docs.joinmastodon.org/). +### Strict reverse proxies + +This image automatically redirects to https with a self-signed certificate. If you are using a reverse proxy which validates certificates, you need to [disable this check for the container](https://docs.linuxserver.io/faq#strict-proxy). + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -188,7 +192,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `SMTP_PASSWORD=` | SMTP password | | `SMTP_FROM_ADDRESS=notifications@example.com` | From address for emails send from Mastodon | | `S3_ENABLED=false` | Enable or disable S3 storage of uploaded files | -| `WEB_DOMAIN=mastodon.example.com` | This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See https://docs.joinmastodon.org/admin/config/#basic | +| `WEB_DOMAIN=mastodon.example.com` | This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See [https://docs.joinmastodon.org/admin/config/#basic](https://docs.joinmastodon.org/admin/config/#basic) | | `ES_HOST=es` | Elasticsearch server hostname | | `ES_PORT=9200` | Elasticsearch port | | `ES_USER=elastic` | Elasticsearch username |