fediwall/public/wall-config.json.example
Marcel Hellkamp d93a7f32da Added support for multiple servers
Hashtags and domain-less accounts are searched on all configured servers. Accounts with a domain are now always fetched from their home server.

closes #2
2023-07-17 14:33:29 +02:00

9 lines
174 B
Plaintext

{
"servers": ["mastodon.social"],
"tags": ["foss", "cats", "dogs"],
"accounts": [],
"limit": 20,
"interval": 10,
"theme": "light",
"info": "top"
}