{ "input": { "type": "mastodon-wss", "instance": "env:MASTODON_INSTANCE", "token": "env:MASTODON_TOKEN", "options": { "allowed_visibility": [ "public", "unlisted" ], "regex_filters": [ "https?://bsky\\.app(?![\\.-]\\w)", "https?://deer\\.social(?![\\.-]\\w)", "https?://anartia\\.kelinci\\.net(?![\\.-]\\w)" ] } }, "outputs": [ { "type": "bluesky", "handle": "env:BLUESKY_HANDLE", "app-password": "env:BLUESKY_APP_PASSWORD", "options": { "quote_gate": false, "thread_gate": [ "everybody" ], "encode_videos": true } } ] }