Upgrade strfry to 1.1.1

Remove obsolete dependencies, introduce new config attributes, improve
comments for existing config
This commit is contained in:
2026-08-07 08:21:57 -06:00
parent 2c6e64d231
commit cb11817dcd
4 changed files with 66 additions and 13 deletions
+5 -3
View File
@@ -1,5 +1,5 @@
node.default["strfry"]["repo"] = "https://github.com/hoytech/strfry.git"
node.default["strfry"]["revision"] = "1.0.1"
node.default["strfry"]["revision"] = "1.1.1"
node.default["strfry"]["download_url"] = nil
node.default["strfry"]["checksum"] = nil
node.default["strfry"]["user"] = "strfry"
@@ -9,11 +9,13 @@ node.default["strfry"]["config"] = {
# db_params: {},
# events: {},
# relay: {
# auth: {},
# info: {},
# writePolicy: {},
# write_policy: {},
# compression: {},
# logging: {},
# num_threads: {},
# negentropy: {}
# negentropy: {},
# filter_validation: {}
# }
}