docker is gnuimpware, it's podman quadlet millennium
docker
containers
1{
2 "input": {
3 "type": "mastodon-wss",
4 "instance": "env:MASTODON_INSTANCE",
5 "token": "env:MASTODON_TOKEN",
6 "options": {
7 "allowed_visibility": [
8 "public",
9 "unlisted"
10 ],
11 "regex_filters": [
12 "https?://bsky\\.app(?![\\.-]\\w)",
13 "https?://deer\\.social(?![\\.-]\\w)",
14 "https?://anartia\\.kelinci\\.net(?![\\.-]\\w)"
15 ]
16 }
17 },
18 "outputs": [
19 {
20 "type": "bluesky",
21 "handle": "env:BLUESKY_HANDLE",
22 "app-password": "env:BLUESKY_APP_PASSWORD",
23 "options": {
24 "quote_gate": false,
25 "thread_gate": [
26 "everybody"
27 ],
28 "encode_videos": true
29 }
30 }
31 ]
32}