···11+# xpost
22+33+atm the image must be built locally. this can be done like this:
44+55+```
66+git clone https://tangled.sh/@melontini.me/xpost xpost
77+cd xpost
88+docker build -t melontini/xpost:latest -f Containerfile .
99+```
1010+1111+for podman:
1212+1313+`podman build --security-opt label=disable -t melontini/xpost:latest -f Containerfile .`
1414+1515+example `compose.yaml` assumes that data dir is `./data`, and env file is `./.config/docker.env`. add `:Z` to volume mounts for podman.
1616+1717+the settings are pre-configured for mastodon-wss -> bsky crossposting, posts with links to bsky.app, deer.social and anartia are skipped. add `MASTODON_INSTANCE`, `MASTODON_TOKEN`, `BLUESKY_HANDLE` and `BLUESKY_APP_PASSWORD` to `docker.env`