Files
containers/.vib/matomo/goss/matomo.yaml
2024-06-17 08:21:58 +02:00

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"