Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.
pdsmoover.com
pds
atproto
migrations
moo
cow
1services:
2 worker-one:
3 image: fatfingers23/moover_worker:latest
4 network_mode: host
5 restart: unless-stopped
6 env_file:
7 - path: .env
8 required: true
9 environment:
10 - WORKER_NODE_NAME=node-one-worker-one
11 worker-two:
12 image: fatfingers23/moover_worker:latest
13 network_mode: host
14 restart: unless-stopped
15 env_file:
16 - path: .env
17 required: true
18 environment:
19 - WORKER_NODE_NAME=node-one-worker-two
20 worker-three:
21 image: fatfingers23/moover_worker:latest
22 network_mode: host
23 restart: unless-stopped
24 env_file:
25 - path: .env
26 required: true
27 environment:
28 - WORKER_NODE_NAME=node-one-worker-three