I found a handy node script from Alex Hyett that will grab whatever I post to my Mastodon account and post it to my bluesky account for me. The less I have to think about this stuff the better so I have the node script restart at boot up using this
Install pm2 for node (npm install -g pm2)
Type “pm2 startup” into the command line
Paste in the resulting command as instructed.
Change directories to where your app exists.
Type “pm2 start filename.js”
Type “pm2 save”
Seems to be working. We’ll see.