[bitnami/mastodon] Release 4.0.2-debian-11-r14 (#19154)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-05 02:09:41 +01:00
committed by GitHub
parent 91c4042020
commit 2bdf947b18
3 changed files with 3 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="4.0.2-debian-11-r13" \
org.opencontainers.image.ref.name="4.0.2-debian-11-r14" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mastodon" \
org.opencontainers.image.title="mastodon" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@@ -28,7 +28,6 @@ mastodon_env_vars=(
MASTODON_ADMIN_USERNAME
MASTODON_ADMIN_PASSWORD
MASTODON_ADMIN_EMAIL
MASTODON_EMAIL_DOMAIN_ALLOWLIST
MASTODON_ALLOW_ALL_DOMAINS
MASTODON_SECRET_KEY_BASE
MASTODON_OTP_SECRET
@@ -69,7 +68,6 @@ mastodon_env_vars=(
MASTODON_S3_REGION
MASTODON_S3_ENDPOINT
MASTODON_STARTUP_ATTEMPTS
EMAIL_DOMAIN_ALLOWLIST
SECRET_KEY_BASE
OTP_SECRET
WEB_DOMAIN
@@ -124,10 +122,7 @@ export ALLOW_EMPTY_PASSWORD="${ALLOW_EMPTY_PASSWORD:-no}"
export MASTODON_CREATE_ADMIN="${MASTODON_CREATE_ADMIN:-true}"
export MASTODON_ADMIN_USERNAME="${MASTODON_ADMIN_USERNAME:-user}"
export MASTODON_ADMIN_PASSWORD="${MASTODON_ADMIN_PASSWORD:-bitnami1}"
export MASTODON_ADMIN_EMAIL="${MASTODON_ADMIN_EMAIL:-user@example.com}"
MASTODON_EMAIL_DOMAIN_ALLOWLIST="${MASTODON_EMAIL_DOMAIN_ALLOWLIST:-"${EMAIL_DOMAIN_ALLOWLIST:-}"}"
export MASTODON_EMAIL_DOMAIN_ALLOWLIST="${MASTODON_EMAIL_DOMAIN_ALLOWLIST:-example.com}"
export EMAIL_DOMAIN_ALLOWLIST="$MASTODON_EMAIL_DOMAIN_ALLOWLIST"
export MASTODON_ADMIN_EMAIL="${MASTODON_ADMIN_EMAIL:-user@bitnami.org}"
export MASTODON_ALLOW_ALL_DOMAINS="${MASTODON_ALLOW_ALL_DOMAINS:-true}"
MASTODON_SECRET_KEY_BASE="${MASTODON_SECRET_KEY_BASE:-"${SECRET_KEY_BASE:-}"}"
export MASTODON_SECRET_KEY_BASE="${MASTODON_SECRET_KEY_BASE:-bitnami123}"

View File

@@ -146,7 +146,7 @@ The running mode is defined via the `MASTODON_MODE` environment variable. The po
- `MASTODON_CREATE_ADMIN`: Create admin users if it does not exist. Default: **true**
- `MASTODON_ADMIN_USERNAME`: Mastodon application username. Default: **user**
- `MASTODON_ADMIN_PASSWORD`: Mastodon application password. Default: **bitnami1**
- `MASTODON_ADMIN_EMAIL`: Mastodon application email. Default: **user@example.com**
- `MASTODON_ADMIN_EMAIL`: Mastodon application email. Default: **user@bitnami.org**
- `MASTODON_HTTPS_ENABLED`: Set the Mastodon Puma server as HTTPS. Default: **false**.
- `MASTODON_ALLOW_ALL_DOMAINS`: Disable the Mastodon host verification process. Default: **true**.
- `MASTODON_DATA_TO_PERSIST`: Space separated list of files and directories to persist. Use a space to persist no data: `" "`. Default: **public/system, public/assets**