Download Latest Version 1.12.2 source code.tar.gz (9.3 MB)
Email in envelope

Get an email when there's a new version of Pangolin

Home / 1.12.0
Name Modified Size InfoDownloads / Week
Parent folder
installer_linux_amd64 2025-11-01 8.8 MB
installer_linux_arm64 2025-11-01 8.4 MB
1.12.0 source code.tar.gz 2025-11-01 9.3 MB
1.12.0 source code.zip 2025-11-01 9.9 MB
README.md 2025-11-01 1.5 kB
Totals: 5 Items   36.3 MB 0

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: https://github.com/fosrl/pangolin/compare/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:

:::yaml
tcp:
  serversTransports:
    pp-transport-v1:
      proxyProtocol:
        version: 1
    pp-transport-v2:
      proxyProtocol:
        version: 2
Source: README.md, updated 2025-11-01