Thanks and sorry for being a pain.
The vanilla config you provided does not work for me out of the box. I had to change the fallowing line changing port from 80 to 1411 (default pocket ID port that is being assigned to container).
- "traefik.http.services.pocket-id.loadbalancer.server.port=1411"
Once applied change, I did get PocketID login page
Even then, during PocketID initial setup, when I tried to create new passkey on fresh PocketID account I got “An unknown error occurred. Please try again.”
It also looks like PocketID initial URL has been changed from https://pocketid.yourdomain.com/login/setup to https://pocketid.yourdomain.com/setup
Not sure why I cannot set new passkey on fresh deployment. Any thoughts?