mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
41 lines
1023 B
YAML
41 lines
1023 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
group:
|
|
daemon:
|
|
exists: true
|
|
user:
|
|
daemon:
|
|
exists: true
|
|
file:
|
|
# HTTPs vhost should have been properly rendered
|
|
/opt/bitnami/apache/conf/vhosts/matomo-https-vhost.conf:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "SSLEngine on"
|
|
- /DocumentRoot.*/opt/bitnami/matomo/
|
|
/opt/bitnami/apache/conf/vhosts/htaccess/matomo-htaccess.conf:
|
|
exists: false
|
|
/opt/bitnami/php/etc/php.ini:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "memory_limit = 256M"
|
|
- "mysqli.allow_local_infile = 1"
|
|
- "extension = maxminddb.so"
|
|
/opt/bitnami/matomo/piwik:
|
|
exists: false
|
|
/opt/bitnami/matomo/How to install Matomo.html:
|
|
exists: false
|
|
/opt/bitnami/matomo/licenses:
|
|
exists: false
|
|
/opt/bitnami/matomo/.buildcomplete:
|
|
exists: false
|
|
command:
|
|
check-app-run:
|
|
exec: php /opt/bitnami/matomo/console config:get --section=database
|
|
exit-status: 0
|
|
stdout:
|
|
- "Mysql"
|