dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
412 stars 66 forks source link

feat: add way to login without docker interactive, for other use cases #143

Open PercyJax opened 2 weeks ago

PercyJax commented 2 weeks ago

New to containers, docker, and kubernetes, so this might be a stupid request, but I can't actually figure out a good way to log into macless-haystack if I have this as a container in a kubernetes pod.

In docker, it is simple to just run a container in interactive mode, but the container gets in an error state and therefore I cannot exec into it from kubernetes to log in before it tries restarting itself.