web service for sharing lists of bad actors. originally made for the fediverse, but flexible enough to use in other contexts.
felicia is configured via environment variables:
you must provide at least LOCALSOURCES or SOURCESPATH. you can of course also set both.
felicia autotically re-fetches lists, either local or remote, every 10 minutes, so restarting the service is not necessary for changes to be reflected.
note that the local source list itself is not automatically refreshed at the moment, so if you add a new source you do need to restart.
list of domains and acompanying information.
json
{
"domains": [
{
"domain": "example.org",
"reason": "<...>",
"notes": "<...>",
"source": "<source where this domain entry originates from>"
}
]
}
sources to fetch more lists from.
json
{
"sources": [
"https://cdn.discordapp.com/attachments/980233269046042697/1151575429556207697/local.json"
]
}
fetch all entries available, local and/or remote.
(C) ariela wenner, 2023
unless otherwise specified, all code is licensed under the AGPL 3.0.