CLI account management + Directory refactoring

This commit is contained in:
mdecimus
2023-12-18 22:25:42 +01:00
parent 566a2a0ab8
commit ea94de6d77
91 changed files with 3531 additions and 1846 deletions

View File

@@ -0,0 +1,17 @@
#############################################
# Internal Directory configuration
#############################################
[directory."internal"]
type = "internal"
store = "sqlite"
[directory."internal".options]
catch-all = true
#catch-all = { map = "(.+)@(.+)$", to = "info@${2}" }
subaddressing = true
#subaddressing = { map = "^([^.]+)\.([^.]+)@(.+)$", to = "${2}@${3}" }
[directory."internal".cache]
entries = 500
ttl = {positive = '1h', negative = '10m'}