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

feat: add auto-tls service #2798

Merged
merged 15 commits into from
Nov 19, 2024
Merged

feat: add auto-tls service #2798

merged 15 commits into from
Nov 19, 2024

Commits on Nov 2, 2024

  1. feat: add auto-tls service

    Adds an optional service that requests a Let's Encrypt-style TLS
    certificate when publicly dialable addresses are detected.
    
    This will allow transports such as WebSockets to upgrade themselves
    to be the secure version.
    achingbrain committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    19de472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df10d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    6c45d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c114661 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    8751d89 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    545f65f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. chore: add tests

    achingbrain committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9a4c3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f175dbe View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    d636057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d6548a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c703de View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. chore: pr comments

    achingbrain committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a7666c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6b47c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    76f4aa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    be9da58 View commit details
    Browse the repository at this point in the history