github fosrl/pangolin 1.12.0

latest release: 1.12.1
one day ago

What's Changed

  • UI for managing and applying blueprints thanks to @Fredkiss3
  • Show Olm client versions and update notifications in UI
  • Allow cert resolver to be changed in the UI on domains @Pallavikumarimdb
  • Show domain records in a domain view screen @Pallavikumarimdb
  • Request, action, and access logs in the UI with CSV export and retention
  • Enforce MFA, session, and password reset for org users
  • Proxy protocol support for Raw TCP resources
  • Add loading indicator when switching routes

Full Changelog: 1.11.1...1.12.0

New Contributors

How to Update

Important

Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.

View documentation

Enabling Proxy Protocol

To enable proxy protocol on TCP resources, the following needs to be entered into the dynamic config for Traefik. This is because Traefik does not support serversTransport config from a dynamic source.

Edit dynamic_config.yml and add toward the bottom:

tcp:
  serversTransports:
    pp-transport-v1:
      proxyProtocol:
        version: 1
    pp-transport-v2:
      proxyProtocol:
        version: 2

Don't miss a new pangolin release

NewReleases is sending notifications on new releases.