Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations. pdsmoover.com
pds atproto migrations moo cow

forgot to up the versions

+5 -3
+5 -3
justfile
··· 3 3 docker buildx build \ 4 4 --platform linux/arm64,linux/amd64 \ 5 5 --tag fatfingers23/moover_web:latest \ 6 - --tag fatfingers23/moover_web:0.0.2 \ 6 + --tag fatfingers23/moover_web:0.0.3 \ 7 7 --file Dockerfiles/web.Dockerfile \ 8 + --builder desktop-linux \ 8 9 --push . 9 10 # Worker 10 11 docker buildx build \ 11 12 --platform linux/arm64,linux/amd64 \ 12 13 --tag fatfingers23/moover_worker:latest \ 14 + --tag fatfingers23/moover_worker:0.0.4 \ 13 15 --file Dockerfiles/worker.Dockerfile \ 14 16 --builder desktop-linux \ 15 17 --push . ··· 17 19 docker buildx build \ 18 20 --platform linux/arm64,linux/amd64 \ 19 21 --tag fatfingers23/moover_cron_worker:latest \ 20 - --tag fatfingers23/moover_cron_worker:0.0.2 \ 22 + --tag fatfingers23/moover_cron_worker:0.0.3 \ 21 23 --file Dockerfiles/cron-worker.Dockerfile \ 22 24 --push . 23 25 ··· 25 27 docker buildx build \ 26 28 --platform linux/arm64,linux/amd64 \ 27 29 --tag fatfingers23/moover_ui:latest \ 28 - --tag fatfingers23/moover_ui:0.0.5 \ 30 + --tag fatfingers23/moover_ui:0.0.6 \ 29 31 --file Dockerfiles/web-ui.Dockerfile \ 30 32 --builder desktop-linux \ 31 33 --push .