-
Notifications
You must be signed in to change notification settings - Fork 24
open authentication setup page fails #44
Description
I am trying to complete the setup wizard and when i click the open authentication setup page button, it takes me to "http://localhost:8000/setup/cloudflare/add-device" . however i am running this in a container using the docker image provided, so in this scenario, localhost would be "inside" the container which doesn't have a gui or web browser, therefore, not an appropriate url for me to access via docker host or management server on same local network. If I change the local host url to match the container fqdn i've assigned it "http://printguard.mydomain.com:8000/setup/cloudflare/add-device" then i see this error " {"detail":"Failed to serve WARP device enrollment page: 'warp_device_enrollment.html' not found in search path: '/usr/local/lib/python3.11/site-packages/printguard/templates'"} "
This effectively stops me from being able to proceed.