Hosts Pocket ID on Fly.io
You need a fly.io account and the fly CLI installed, then run:
fly deploy --app app-nameYou will want to set some secrets on the app in fly.io
APP_URLthe URL where this will run. i.e.:https://auth.example.comENCRYPTION_KEYa random string used to encrypt the data. Store a copy somewhere secure.