3 Commits

Author SHA1 Message Date
036ee7e73a Update grafana/promtail Docker tag to v3 2025-11-11 03:12:55 +00:00
ead9ed20e8 Bump nextcloud log level to info
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-11-10 09:20:36 +00:00
2732a24201 Added log_rotate_size to nextcloud
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-11-10 07:38:27 +00:00

View File

@@ -56,7 +56,9 @@ data:
general.config.php: |-
<?php
$CONFIG = array (
'overwriteprotocol' => 'https'
'overwriteprotocol' => 'https',
'loglevel' => 1,
'log_rotate_size' => 100 * 1024 * 1024
);
.htaccess: |-
# line below if for Apache 2.4