mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 08:17:42 +08:00
[bitnami/mastodon]: support AUTHORIZED_FETCH and LIMITED_FEDERATION_MODE variables (#60775)
[bitnami/mastodon]: add AUTHORIZED_FETCH and LIMITED_FEDERATION_MODE prefixed as `MASTODON_AUTHORIZED_FETCH` and `MASTODON_LIMTIED_FEDERATION_MODE` Signed-off-by: alexandra catalina <git@garbage.world>
This commit is contained in:
committed by
GitHub
parent
feeec60257
commit
95c35ed304
@@ -104,6 +104,8 @@ docker-compose up mastodon
|
||||
|--------------------------------------|-------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
|
||||
| `MASTODON_MODE` | Mastodon service to run (can be web, streaming or sidekiq). | `web` |
|
||||
| `ALLOW_EMPTY_PASSWORD` | Allow an empty password. | `no` |
|
||||
| `MASTODON_AUTHORIZED_FETCH` | Use ['secure mode'](https://docs.joinmastodon.org/admin/config/#authorized_fetch). | `false` |
|
||||
| `MASTODON_LIMITED_FEDERATION_MODE` | Use an allow-list for federating with other servers. | `false` |
|
||||
| `MASTODON_CREATE_ADMIN` | Create admin for Mastodon. | `true` |
|
||||
| `MASTODON_ADMIN_USERNAME` | Mastodon admin username. | `user` |
|
||||
| `MASTODON_ADMIN_PASSWORD` | Mastodon admin password. | `bitnami1` |
|
||||
|
||||
Reference in New Issue
Block a user