Skip to content

Releases: fosrl/pangolin

1.0.0-beta.5

13 Jan 01:40
516c682
Compare
Choose a tag to compare

What's Changed

  • Ability to create local sites that do not tunnel
    • Discussed in #22
    • This enables you to use Pangolin and its auth as a normal reverse proxy without WireGuard tunnels
  • Create direct share links that do not require client side redirect
    • Discussed in #35
    • To take advantage of this, you must also update Badger to v1.0.0-beta.2 in the traefik_config.yml. Our migration scripts will attempt to do this for you automatically upon updating Pangolin.
  • Bootstrap container volume if not already bootstrapped
  • Other small enhancements and bug fixes

Full Changelog: 1.0.0-beta.4...1.0.0-beta.5

1.0.0-beta.4

12 Jan 01:04
025c2c5
Compare
Choose a tag to compare

What's Changed

  • Fix regex for base_domain to allow for numbers

Full Changelog: 1.0.0-beta.3...1.0.0-beta.4

1.0.0-beta.3

11 Jan 20:26
5774e53
Compare
Choose a tag to compare

What's Changed

  • Allow hyphens in base_domain
  • Ensure redirect param is safe before blindly redirecting
    • Thank you to catmandx for bringing this to our attention
  • Improve verbiage in the resource targets input form
  • Add site_block_size to config for Gerbil
  • Ask for base domain in installer CLI tool
  • Ask user to log in before accepting invite if user already exists
  • Other UI improvements

Full Changelog: 1.0.0-beta.2...1.0.0-beta.3

1.0.0-beta.2

08 Jan 03:50
235e912
Compare
Choose a tag to compare

What's Changed

  • Split base_url into dashboard_url and base_domain in config to support two-part domain TLD
    • dashboard_url: The full URL by which you access the Pangolin dashboard, like https://proxy.example.com
    • base_domain: The root of your domain, like example.com
  • Be more flexible about which strings are accepted as target IP

New Contributors

1.0.0-beta.1

05 Jan 21:06
a817276
Compare
Choose a tag to compare

First Pangolin Release!

Full Changelog: https://github.com/fosrl/pangolin/commits/1.0.0-beta.1

See our install docs for how to setup and configure Pangolin. Docker image can be found at: https://hub.docker.com/r/fosrl/pangolin