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

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

feat: add auto-tls service #2798

wants to merge 11 commits into from

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