andrewfstratton / quando

Visual Programming for Digitally Interactive Exhibits
10 stars 7 forks source link

Try gitpod.io with redirect to local #484

Open andrewfstratton opened 5 months ago

andrewfstratton commented 5 months ago

Need to create a test branch to check:

  1. Whether directing traffic to a local network causes issues with CORS

    • i.e. 192.168.0.7
    • should be no issues since fetch are no-cors anyway - since they don't return results
    • Docker may be possible/appropriate
  2. Could enhance with a qrcode that redirects to https but also passes a local url

    • i.e. to client.html
    • could put in local storage
    • more secure..?
    • or add to url

Done

  1. If gamepad API works
    • had to start gitpod from mobile and also copy over a script - which failed - possibly id missing from when block