From 9f75e6c7d61787d7eb655ad70627a82cacc8f770 Mon Sep 17 00:00:00 2001 From: Miroslav Batchkarov Date: Sat, 11 Jan 2025 14:09:19 +0100 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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