When I connect a job to gitea the hook thats created is http instead of https.
I have drone host set to include the https so not sure where drone is finding the none https variant from any ideas ?
When I connect a job to gitea the hook thats created is http instead of https.
I have drone host set to include the https so not sure where drone is finding the none https variant from any ideas ?
This would generally indicate that you have a reverse proxy or load balancer sitting in front of drone and are not passing the X-Forwarded-Proto, which drone uses to determine its own URL
Spot on thanks for that, i am indeed using nginx to forward request to gitea and drone