Github repository automatic webhook creation fail

Hi everyone,
I’m running Drone in a container as described in the doc on a docker-compose stack.
My Drone container’s environment values are properly set and my Github repo has normal webhooks.
Then, I enable the repo on my Drone webserver and the created webhook is incorrect :


As you can see, Github detected errors and the URL is something like https://https//hubcicd

Am I doing something wrong or that’s just Drone being crazy ?

my guess is that this is a problem with how DRONE_SERVER_HOST is being set. This should be the hostname only, and should not include the scheme.

Oh okay, this is working now.
The examples I read were lying to me then !

Thanks for your help.