francescou / docker-compose-ui

web interface for Docker Compose
http://francescou.github.io/docker-compose-ui
MIT License
1.54k stars 228 forks source link

Login #36

Closed filipeguelber closed 8 years ago

filipeguelber commented 8 years ago

Is it possible to provide a secure access to UI, via login for eg ?

francescou commented 8 years ago

I think you have two options: you could either use a reverse proxy (e.g. nginx) and configure basic http authentication (see this guide) or if you need a graphical login screen you can do something like @dalareo did https://github.com/francescou/docker-compose-ui/issues/25#issuecomment-213564231

francescou commented 8 years ago

I'm closing the issue for now, please feel free to reopen it if necessary