I am trying to setup drone 0.5 on EC2 and running into an infinite OAuth loop on github.
My install is quite minimal
sudo docker run --volume /home/ubuntu/drone.sqlite:/var/lib/drone/drone.sqlite --volume /var/run/docker.sock:/var/run/docker.sock --env-file dronerc --restart=always --publish=8000:8000 --detach=true --name=drone drone/drone:0.5
I have set the OAuth params to use http. But I cannot login without hitting an infinite loop between my server and github.
I also tried the instructions using nginx from http://readme.drone.io/setup/proxy_reverse/ . These do not seem to change anything.