Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move django_ssl.conf into django.conf (single HTTP/HTTPS server) #77

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from

Commits on Sep 26, 2022

  1. Move django_ssl.conf into django.conf

    - delete `config/_nginx/django_ssl.conf`
    - update `config/nginx/django.conf` in order to use a singl HTTP/HTTPS server
    - expose `WEBGIS_PUBLIC_HOSTNAME`
     environment variable to `nginx` container (`docker-compose.yml` and `docker-compose-consumer.yml`)
    - update `README.md` section related to `HTTPS additional setup`
    Raruto committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4fd149c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Merge branch 'dev' into nginx

    Raruto committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    bd2f5aa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    8b3e51c View commit details
    Browse the repository at this point in the history
  2. Fix for nginx envsubst.

    wlorenzetti committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    36e6142 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. refactor run_certbot.sh

    - add some variables to improve readability
    - echo some minimal info to terminal (current step)
    - remove `docker pull certbot/certbot` step within README.md
    Raruto committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8a81b24 View commit details
    Browse the repository at this point in the history
  2. Bash fix variable declaration.

    wlorenzetti committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ff762c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Remove certbot image from docker compose files.

    wlorenzetti committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9cfbbed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b04334 View commit details
    Browse the repository at this point in the history
  3. Add line to close https activation section.

    wlorenzetti committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    162b0e3 View commit details
    Browse the repository at this point in the history
  4. Update https section into README.md

    wlorenzetti committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0c30c8c View commit details
    Browse the repository at this point in the history
  5. Update contributors.

    wlorenzetti committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5821488 View commit details
    Browse the repository at this point in the history