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

Features and fixes to get towards a complete working example #69

Merged
merged 7 commits into from
Feb 12, 2024

Commits on Feb 11, 2024

  1. fix: prefix binary asset names

    hjr3 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    1bc0733 View commit details
    Browse the repository at this point in the history
  2. feat: support .well-known directory

    Creating "public/.well-known" directory relative to the soldr binary
    will allow soldr to serve static files from that directory.
    
    This allows certbot to be dynamic.
    hjr3 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7732c9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    415ae56 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. feat: mgmt ui works remotely

    - mgmt ui now requires an api secret
    - requets from ui to api now include api secret
    - expand cors permissions of mgmt api
    - static assets are embedded into ui
    hjr3 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6349f08 View commit details
    Browse the repository at this point in the history
  2. chore: document .gitignore

    hjr3 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1bf049e View commit details
    Browse the repository at this point in the history
  3. feat: add /ping to management API

    This makes it easier to determine if the soldr server is up.
    hjr3 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    70d1442 View commit details
    Browse the repository at this point in the history
  4. fix: allow mgmt api to use tls

    hjr3 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4ea6ec5 View commit details
    Browse the repository at this point in the history