Refactor data storage to use account-based hierarchy and update Web UI

This commit is contained in:
Tobias Gesellchen
2026-02-15 15:36:01 +01:00
parent 735187cae8
commit 505e6dd760
18 changed files with 310 additions and 138 deletions
+2
View File
@@ -1,4 +1,6 @@
accounts/
certs/
default/
interactions/
patterns.json
settings.json
-17
View File
@@ -1,17 +0,0 @@
[
{
"name": "IPv4",
"regexp": "^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$",
"replacement": "{ip}"
},
{
"name": "DeviceID",
"regexp": "^[A-F0-9]{12}$",
"replacement": "{deviceId}"
},
{
"name": "AccountID",
"regexp": "^\\d{1,10}$",
"replacement": "{accountId}"
}
]