Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SteveLTN/https-portal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.24.2
Choose a base ref
...
head repository: SteveLTN/https-portal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 22, 2024

  1. Update documentation

    SteveLTN committed Nov 22, 2024
    Copy the full SHA
    5fdc07b View commit details

Commits on Mar 9, 2025

  1. Update README / Multiple Domains section

    There is a multiline folding operator in yaml '>'. It greatly fits the use case of multiple entries in the DOMAINS env var.
    serg-bloim authored Mar 9, 2025
    Copy the full SHA
    466e97b View commit details

Commits on Mar 15, 2025

  1. Merge pull request #371 from serg-bloim/patch-1

    Update README / Multiple Domains section
    SteveLTN authored Mar 15, 2025
    Copy the full SHA
    fbb2ec9 View commit details
  2. Implement support for different port configuration (#376)

    * Support for ports different from 443.
    
    It allows to do configurations like:
    environment:
      DOMAINS: >
        myserver.example.com:1443 -> http://localhost:8081,
        myserver.example.com:2443 -> http://localhost:8082
    
    * Add tests for the new port configuration
    
    * Do certificate signing only on unique domains
    
    * Update documentation
    
    * Bump version to 1.25.0
    
    ---------
    
    Co-authored-by: serg-bloim <serg.bloim@gmail.com>
    Co-authored-by: Weiyan <steve.wy.shao@gmail.com>
    3 people authored Mar 15, 2025
    Copy the full SHA
    eb22654 View commit details
  3. Update Troubleshooting section in README

    Weiyan committed Mar 15, 2025
    Copy the full SHA
    c0f1be2 View commit details
  4. Add SAN value to local certificate (#377)

    Co-authored-by: Weiyan <steve.wy.shao@gmail.com>
    SteveLTN and Weiyan authored Mar 15, 2025
    Copy the full SHA
    1d894de View commit details
  5. Bump version to 1.25.1

    Weiyan committed Mar 15, 2025
    Copy the full SHA
    a33353b View commit details
  6. Backwards compatibility from 1.24 (#378)

    * Bump version to 1.25.2
    
    * Fix backwards compatibility for SSL config file naming
    
    ---------
    
    Co-authored-by: Weiyan <steve.wy.shao@gmail.com>
    SteveLTN and Weiyan authored Mar 15, 2025
    Copy the full SHA
    e9f8850 View commit details

Commits on Mar 25, 2025

  1. Add an job ad

    Weiyan committed Mar 25, 2025
    Copy the full SHA
    f666dc9 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 1.24.2...master