3 Commits

Author SHA1 Message Date
4343988707 Update rancher/mirrored-library-traefik Docker tag to v3 2025-11-11 03:12:58 +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
2 changed files with 4 additions and 2 deletions

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

View File

@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:2.11.30
image: rancher/mirrored-library-traefik:3.5.3
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3