Hi there,
mayan is running fine in my environment but I would like to expose the web access therefore it's a must have to have SSL/HTTPS enabled.
Unfortunately I couldn't find any documentation how to do so within docker container.
How to enable SSL/HTTPS within docker mayan container?
Re: How to enable SSL/HTTPS within docker mayan container?
Hi,
We don't include any native way in Mayan to do this because there are many way to configure SSL and that is something best left for deployment tools. We recommend using a reverse proxy.
You can use nginx, apache (https://wiki.mayan-edms.com/index.php?t ... ith_Apache) or Traefik (https://traefik.io/)
We don't include any native way in Mayan to do this because there are many way to configure SSL and that is something best left for deployment tools. We recommend using a reverse proxy.
You can use nginx, apache (https://wiki.mayan-edms.com/index.php?t ... ith_Apache) or Traefik (https://traefik.io/)
Re: How to enable SSL/HTTPS within docker mayan container?
Link doesn't work anymore.
Also has anyone been able to do this? I would really like to enable HTTPS on my deployment for the sake of security.
Also has anyone been able to do this? I would really like to enable HTTPS on my deployment for the sake of security.
Re: How to enable SSL/HTTPS within docker mayan container?
Roberto, is there an updated version of the wiki.mayan-edms link, or anywhere I could look into to be able to expose mayan for web access through HTTP or HTTPS?rosarior wrote: ↑Fri Sep 06, 2019 9:38 pm Hi,
We don't include any native way in Mayan to do this because there are many way to configure SSL and that is something best left for deployment tools. We recommend using a reverse proxy.
You can use nginx, apache (https://wiki.mayan-edms.com/index.php?t ... ith_Apache) or Traefik (https://traefik.io/)
I have been struggling a lot to find instructions on how this could be done. Any guidance would be appreciated.
Re: How to enable SSL/HTTPS within docker mayan container?
Here is the link to the guides section that shows how to do this using Traefik: viewtopic.php?t=1563