Skip to content

Web proxy based on NGINX with letsencrypt certificate creation

Notifications You must be signed in to change notification settings

breakthewall/proxy

Repository files navigation

Fully dockerized web proxy based on NGINX and with letsencrypt certificates management.

This code is inspired by https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71. I changed certbot folders on host by Docker data volumes and fully dockerized the script.

Create or Renew certificate

$ bash init-letsencrypt.sh

Run proxy

$ docker-compose up -d nginx

Add a new /suffix

Add entries in config/conf.d/galaxy.conf Add network in docker-compose.yml in two places Do docker create network galaxy-<suffix>

About

Web proxy based on NGINX with letsencrypt certificate creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published