Update values.yaml

This commit is contained in:
cunningpike 2023-01-21 22:58:01 -05:00 committed by GitHub
parent c12c739fc0
commit f8389e138d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ fediblockhole:
blocklist_instance_sources: [ blocklist_instance_sources: [
# { domain: 'public.blocklist'}, # an instance with a public list of domain_blocks # { domain: 'public.blocklist'}, # an instance with a public list of domain_blocks
# { domain: 'jorts.horse', token: '<a_different_token>' }, # user accessible block list # { domain: 'jorts.horse', token: '<a_different_token>' }, # user accessible block list
# { domain: 'eigenmagic.net', token: '<a_token_with_read_auth>', admin = true }, # admin access required # { domain: 'eigenmagic.net', token: '<a_token_with_read_auth>', admin: true }, # admin access required
] ]
# List of URLs to read csv blocklists from # List of URLs to read csv blocklists from
@ -51,7 +51,7 @@ fediblockhole:
# max_severity tells the parser to override any severities that are higher than this value # max_severity tells the parser to override any severities that are higher than this value
# import_fields tells the parser to only import that set of fields from a specific source # import_fields tells the parser to only import that set of fields from a specific source
blocklist_url_sources: [ blocklist_url_sources: [
# { url: 'file:///path/to/fediblockhole/samples/demo-blocklist-01.csv', format = 'csv' }, # { url: 'file:///path/to/fediblockhole/samples/demo-blocklist-01.csv', format: 'csv' },
{ url: 'https://raw.githubusercontent.com/eigenmagic/fediblockhole/main/samples/demo-blocklist-01.csv', format: 'csv' }, { url: 'https://raw.githubusercontent.com/eigenmagic/fediblockhole/main/samples/demo-blocklist-01.csv', format: 'csv' },
] ]