Merge remote-tracking branch 'upstream/dev' into dev
All checks were successful
Container Image / build-and-push (push) Successful in 10m32s

# Conflicts:
#	README.md
This commit is contained in:
2026-07-07 23:48:48 +02:00
822 changed files with 129876 additions and 21462 deletions

View File

@@ -10,6 +10,16 @@ dist/
build/
.env
.env.bak.*
# Secrets: keep plaintext and every transient secrets.env variant out of
# the build context. If an encrypted secrets.env is used, it is mounted
# at runtime — never baked into the image. Mirrored in .gitignore.
secrets.env
secrets.env.*
secrets.env~
.secrets.env.swp
.secrets.env.swo
**/#secrets.env#
!secrets.env.example
/data/
/logs/
.git/