Erweiterungen

This commit is contained in:
2026-02-17 15:51:23 +01:00
parent ec1299d265
commit b114c115d7
41 changed files with 3666 additions and 1793 deletions

View File

@@ -17,3 +17,6 @@ History currently uses brief German titles; shift to imperative, scoped summarie
## Security & Configuration Tips
External service credentials for MongoDB, SMTP, and MQTT belong in environment variables or a developer-specific `application-local.properties` kept out of version control. Document default ports and topics when touching `MqttConfig` so ops can replicate environments. For two-factor flows, keep shared secrets in secure storage and avoid logging codes during development.
# Misc
Never start the application; leave that to the user.