Update values.yaml
This commit is contained in:
parent
2a5333c7e7
commit
3d76de04aa
|
@ -15,6 +15,15 @@ fediblockhole:
|
||||||
conf_file:
|
conf_file:
|
||||||
path: ""
|
path: ""
|
||||||
filename: ""
|
filename: ""
|
||||||
|
# location of the local allowlist file. Default is /etc/default/allowlist.csv.
|
||||||
|
# This file should at a minimum contain the web_domain of your own instance.
|
||||||
|
allow_file:
|
||||||
|
path: ""
|
||||||
|
filename: ""
|
||||||
|
# location of the local blocklist file. Default is /etc/default/blocklist.csv
|
||||||
|
block_file:
|
||||||
|
path: ""
|
||||||
|
filename: ""
|
||||||
cron:
|
cron:
|
||||||
# -- run `fediblock-sync` every hour
|
# -- run `fediblock-sync` every hour
|
||||||
sync:
|
sync:
|
||||||
|
|
Loading…
Reference in New Issue