Security
Slink supports user authentication and user approval to prevent unauthorized access to the application. However, it’s recommended to use a reverse proxy like Nginx or Traefik to add additional security features like SSL, rate limiting, etc.
Non-Root Container User
By default, the application runs as the root
user inside the container. However, it’s recommended to run the application as a non-root user for security reasons.