Implement notification text templates and update related settings for customizable notifications

This commit is contained in:
Jokob @NetAlertX
2026-03-14 23:27:29 +00:00
parent 6f7d2c3253
commit f75c53fc5d
7 changed files with 553 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ Use timeNowUTC(as_string=False) for datetime operations (scheduling, comparisons
## String Sanitization
Use sanitizers from `server/helper.py` before storing user input.
Use sanitizers from `server/helper.py` before storing user input. MAC addresses are always lowercased and normalized. IP addresses should be validated.
## Devcontainer Constraints