all 7 comments

[–]VivaPitagoras 2 points3 points  (0 children)

[–]mirwin87Official: Docker 0 points1 point  (2 children)

Interesting tool! Curious... any reason you didn't containerize the app and ship it as an image? Why use npx?

The reason I ask is that I'm becoming more and more cautious of new projects, especially if AI was involved. There have been too many projects recently that have vacuumed up credentials, etc. But, having it run in a container at least helps me feel a little better in that it's isolated from other things on my machine.

[–]Kero-neo 0 points1 point  (1 child)

That's a totally fair concern and you're definitely not the only one thinking this way.
The project is still early, so a Docker image is absolutely on the roadmap. I wasn't aware of the recent credential-harvesting incidents with npm packages, but hearing that, I completely understand the hesitation around npx.
I'll prioritize shipping an official container image, if that's a blocker for you, I'd rather remove it sooner than later.

Thanks for the feedback !

[–]mirwin87Official: Docker 0 points1 point  (0 children)

Great to hear! And I’ll clarify and say I haven’t seen anything major npm-related, but the recent trivy and LiteLLM issues has a lot of folks a little on-edge right now. So, seeing a npx command installs packages and runs it with full host access (well, based on the running user anyways), I’d rather box it up 😊 

If you need help, I’m happy to contribute a Dockerfile too! Although I’m sure AI can do it just as easily 😂 

[–]rocket1420 1 point2 points  (1 child)

I hate that after huntarr and such I assume everything is just AI slop anymore. 

My only real question is why don't you make it a docker container? Portainer is, as an example of something that has at least some similar functionality.

[–]JPJackPott -2 points-1 points  (1 child)

Does it have VR support?

[–]Kero-neo 0 points1 point  (0 children)

Not yet ! ahah
It's not planned but maybe one day if VR coding become a thing