71 lines
1.3 KiB
Plaintext
71 lines
1.3 KiB
Plaintext
/*
|
|
* This is a jsonc file, NOT a json file.
|
|
* If you are using vim, I recommend this add-on:
|
|
* https://github.com/neoclide/jsonc.vim
|
|
*/
|
|
{
|
|
// Should pollers automatically crawl
|
|
"crawl": true,
|
|
|
|
/*
|
|
* Should pollers crawl .onion instances
|
|
* Requires a local tor proxy on 127.0.0.1:9050
|
|
*/
|
|
"crawlonion": false,
|
|
|
|
// Connect through the following proxies
|
|
"proxies": [
|
|
// {
|
|
// "host": "127.0.0.1",
|
|
// "port": 9050,
|
|
// "username": "",
|
|
// "password": ""
|
|
// }
|
|
],
|
|
|
|
// External accounts to follow blindspots
|
|
"externalaccounts": [
|
|
{
|
|
"username": "",
|
|
"password": "",
|
|
"endpoint": "",
|
|
"followlimit": 0
|
|
}
|
|
],
|
|
|
|
/*
|
|
* Mass follower configurations
|
|
* All mass followers specified here will have their
|
|
* keys generated in the poll/keys directory
|
|
*/
|
|
"massfollowers": [
|
|
{
|
|
"acct": "fedilogue@example.com",
|
|
"name": "Fedilogue Mass Follower",
|
|
"summary": "Profile description here",
|
|
"followingCount": 200,
|
|
"followlimit": -1
|
|
},
|
|
{
|
|
"acct": "fedilogue@example.xyz",
|
|
"name": "Fedilogue Mass Follower",
|
|
"summary": "Profile description here",
|
|
"followingCount": 200,
|
|
"followlimit": -1
|
|
}
|
|
],
|
|
|
|
"hostname": "myhostname",
|
|
|
|
/*
|
|
Log Level:
|
|
* 0 = No logs
|
|
* 1 = Reports every 30 seconds
|
|
* 2 = Errors
|
|
* 3 = Warnings
|
|
* 4 = New Connections
|
|
* 5 = Debugging
|
|
*/
|
|
"loglevel": 1
|
|
}
|