feat: add Strict-Transport-Security header in Caddyfile and update MariaDB version in Nextcloud docker-compose
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 15s
Nix Format Check / check-format (push) Successful in 58s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
Menno van Leeuwen 2025-03-14 12:10:48 +01:00
parent 0d5b61b2f0
commit e5eacba0e7
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ cloud.vleeuwen.me cloud.mvl.sh {
redir /.well-known/caldav /remote.php/dav/ 301
reverse_proxy nextcloud:80
header {
Strict-Transport-Security "max-age=15552000; includeSubDomains"
}
tls {{ caddy_email }}
}

View File

@ -1,6 +1,6 @@
services:
db:
image: mariadb:10.5
image: mariadb:11.4
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: unless-stopped
volumes: