Anyone have a working example of Drone+Traefik+Bitbucket

I have a working basic configuration, but I’m trying to create a configuration where Traefik has basic auth set up to frontend the Drone server.

What I have so far manages

  • Basic auth takes place
  • Drone Server welcome screen is shown, so I click continue
  • Bitbucket’s Oauth screen shown and allows me to authenticate
  • Drone Registration screen shown, after clicking submit
  • Drone welcome screen shown, so I click continue
  • Bitbucket’s Oauth process takes place
  • Back to Drone registration screen and repeat the last 4 steps