ok for those of you with gotosocial running in docker. to move your running instance to another server, it actually is not too bad.
- stop gotosocial
- copy all files to another server (rsync -avh)
- change DNS (domain name, reverse proxy)
- restart gotosocial
- curse until DNS is updated to point to your new server
this instance is now running on my nixos server. whee!