Thought I would share this, if you are wanting to implement better security than just normal username / password.
You will require 2 Projects for this to work, I recommend these 2 only because I help out with bugfixes and CVE fixes and Features on both of these projects.
Follow the Documentation for Authentik and Nginx Proxy Manager, once you have these installed to make them work for Manager.IO you can do the following.
This looks interesting - many thanks for the pointer.
I’ll install Authentik and take a look (never used it before).
On the other hand I am familiar with the Nginx-Proxy-Manager.
Some people here have previously been minded to ‘dockerize’ Manager.io. I don’t know how successful those efforts were or not.
A couple of thoughts if I may please:
I find Kubernetes something of a expansive undertaking (for my use case anyway; a bit of a sledge-hammer to crack a nut if you follow me).
On the other-hand, simply using Docker Compose most certainly gets my vote.
If was to put Manager.io behind the Nginx-Proxy-Manager, then my preference would be to use a suitable Docker Network so that the Manager.io container resided within the same Docker Network as the Nginx-Proxy-Manager, as that way I would have no need to expose Manager.io’s open port to the outside world.
Finishing with a tangential question:
In your illustrations above, are you using a private network of some kind ? (Wireguard or Tailscale/Headscale or something along those lines) ?
Same, docker-compose makes it easy to rollout for people who just want a single docker host, and get running up in minutes. Those who want more advanced can just edit the compose file.
Correct, I would make a docker compose with this solution, using linked containers.
I just have them running as seperate VM’s within a Virtual Cluster at the moment using proxmox. We run Manager.IO server edition on a Debian 12 Virtual Machine, “Authentik and NGinX Proxy Manager” re just containers with their docker hosts running as VM’s, all networking in Bridged using Linux Bridges at the moment using QinQ (Vlan within Vlan), Same datacenter, Same network, for now!