Files
containers/.vib/mastodon/goss/mastodon.yaml
Felipe V.C. Serafim 97afafbee7 [bitnami/*] Add copyright header to vib files (#39154)
Add copyright header to vib files

Signed-off-by: sfelipe <sfelipe@vmware.com>
2023-06-29 09:57:31 +02:00

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