DiouxX / docker-glpi

Project to deploy GLPI with docker
222 stars 185 forks source link

Https support ? #49

Open ONBET opened 2 years ago

ONBET commented 2 years ago

How can we add https for glpi as default installation? I would like to have https for glpi and run behind nginx proxy

DiouxX commented 2 years ago

For HTTPS, it's delegated to your reverse proxy. This can be done with Traefik, acme-companion or others

ONBET commented 2 years ago

So bad I cant get it works with my nginx proxy manager :(

I have cloudflare A record proxied and set SSL Full (Strict) mode. I can't find any documentation or guideline in the Internet regarding this setup. Can you guide me a little bit ?

@DiouxX

Toumash commented 2 years ago

@ONBET you need to follow your nginx proxy manager's guide. Im using caddyserver for a OSS project and it works fine - you only neeed a one file to set it up (Caddyfile) https://github.com/Toumash/mlflow-docker/pull/11/files

IF you want to stick with nginx - heres the tutorial for that, ive configured multiple nginx servers in the past, and letsencrypt certbot is the easiest one to setup

There is also a PR #32 which already contains apache SSL inside of this docker container

wil-goncalves commented 2 years ago

hello guys good afternoon

Continuing with the question of how to configure HTTPS with apache itself