Bot Updating Documentation

pull/64/head
LinuxServer-CI 2022-11-27 22:22:51 +00:00
rodzic 702d88d419
commit 16dd267541
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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 |