Allow non root processes to bind to privileged ports in Linux
In Linux, processes cannot bind to privileged ports (<=1024) unless they are running as root. Here’s how to allow any process to bind to privileged ports.
Gitea is a lightweight self-hosted Git service similar to GitHub. I use it on bbaovanc’s Gitea and bobatea.
In Linux, processes cannot bind to privileged ports (<=1024) unless they are running as root. Here’s how to allow any process to bind to privileged ports.