David Castañeda
David Castañeda
Krane's startup configuration is entirely managed through environment variables. ```bash export KRANE_PRIVATE_KEY="" export DB_PATH="" export LETSENCRYPT_EMAIL="" ``` It would be very convenient to have such configurations persisted to a file,...
We currently don't append any SSH keys to the directory that Krane expects them to be in. In the installation script we could add a step that prompts the user...
Implement a solution for emitting deployment events over websockets. It should emit events for the different steps of a deployment providing clients (ie. CLI) current deployment details via events. There...
New [middleware](https://github.com/krane/krane/blob/master/internal/proxy/middlewares/middlewares.go) which enables deployment health checks using https://doc.traefik.io/traefik/routing/services/#health-check Expose as properties into the [Deployment configuration](https://github.com/krane/krane/blob/master/internal/deployment/config.go#L21)
Currently, Krane processes run as root. We should investigate and document what the best roles for these types of processes should be. Maybe its root?
When running the tests for Krane in a github action, there is options to test against mac, linux and windows. The windows testing is failing because Krane tries to create...
Is it possible to lazy load a tab when it comes on the screen?