diff --git a/README.md b/README.md index d8577d3..1894965 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ [![Build Status](https://drone.nocodelytics.com/api/badges/nocodelytics/infrastructure/status.svg)](https://drone.nocodelytics.com/nocodelytics/infrastructure) +## Logging into drone/gitea +These are protected by basic HTTP auth and logging in is a pain the arse. To log in, temporarily disable it +by commenting out the middlewares in `gitea.yaml` and `drone.yaml`, then + +```angular2html +kubectl apply -f apps/drone.yaml && kubectl apply -f apps/gitea.yaml +``` + +Not log in (make sure you click Remember me), then undo the yaml changes and re-apply + +PS use Chrome for Drone!!! + ## Setting up server - install docker