update readme
This commit is contained in:
parent
3cace834cc
commit
9f75e6c7d6
12
README.md
12
README.md
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
[](https://drone.nocodelytics.com/nocodelytics/infrastructure)
|
[](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
|
## Setting up server
|
||||||
|
|
||||||
- install docker
|
- install docker
|
||||||
|
|
Loading…
Reference in New Issue