coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
31.22k stars 1.59k forks source link

[Feature]: Running the script without root privileges #1760

Closed madgagarin closed 2 weeks ago

madgagarin commented 6 months ago

Description

It would be great in v4 to be able to install coolify via ssh under any user. It is not safe to keep ssh root open. In v3 this works great.

Minimal Reproduction (if possible, example repository)

-

Exception or Error

No response

Version

v4

hades200082 commented 6 months ago

100% agree. root user should not be required. Installing coolify using sudo should be possible, and from that coolify should create it's own user with the needed permissions, add itself to sudoers, etc.

sangrepura commented 5 months ago

I recently stumbled on this project and saw a scary revelation by a user on ycombinator that Coolify is doing a -v /var/run/docker.sock:/var/run/docker.sock.

Is this still the case?

NickWoodward commented 2 months ago

I recently stumbled on this project and saw a scary revelation by a user on ycombinator that Coolify is doing a -v /var/run/docker.sock:/var/run/docker.sock.

Is this still the case?

Any update on this?