D
Dokploy•2mo ago
Henrik

General security questions

Hello everyone, I have already set up a Linux server in the past (from scratch) and installed all the necessary software and got my Django server up and running. Now I wanted to move with the times and have switched to Next.Js and Hono and am now looking for an alternative, easier to deploy because it was neither fun nor can I put as much time into the server in the future as I have done in the past. Vercel and co look nice, but they are all damn expensive. That's why I wanted to use Dokploy now. But first I have a few stupid questions about security. 1. does Dokploy take care that nobody can access my admin dashboard 2. does Dokploy take care of general security on my server (i.e. reverse proxy, etc.)? Thank you in advance for helping!
3 Replies
Siumauricio
Siumauricio•2mo ago
1. That's what authentication is for haha, you can also enable the 2fa. 2. Well we use a traefik container, in any case if there is any vulnerability you should check it in traefik, we are not responsible if there is a vulnerability in a specific version I honestly as the creator of dokploy, I have about 4 instances since the creation of the project and I have never had a security problem, of course there can always be security problems as in any project but as something personal I have never had problems.
Henrik
HenrikOP•2mo ago
Okay perfect. Thank you :)
DJKnaeckebrot
DJKnaeckebrot•2mo ago
Just as a little addon: you should eitherway take care of security standards like ssh public key auth, no root login etc 😄 but that’s outside of dokploys scope 😄 Maybe @Siumauricio could consider if he might wants to add a setup option that handles that for users (just thinking out loud tho)

Did you find this page helpful?