mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
25 lines
651 B
YAML
25 lines
651 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
group:
|
|
mastodon:
|
|
exists: true
|
|
user:
|
|
mastodon:
|
|
exists: true
|
|
file:
|
|
/opt/bitnami/mastodon/config/initializers/1_hosts.rb:
|
|
exists: true
|
|
filetype: file
|
|
contains:
|
|
- "https = ENV['MASTODON_HTTPS_ENABLED'] == 'true'"
|
|
- "config.hosts.clear if ENV['MASTODON_ALLOW_ALL_DOMAINS'] == 'true'"
|
|
/opt/bitnami/mastodon/config/environments/production.rb:
|
|
exists: true
|
|
filetype: file
|
|
contains:
|
|
- "config.force_ssl = ENV['MASTODON_HTTPS_ENABLED'] == 'true'"
|
|
/opt/mastodon:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /opt/bitnami/mastodon |