Releases: fosrl/pangolin
Releases · fosrl/pangolin
1.0.0-beta.8
1.0.0-beta.7
What's Changed
- Add missing
await
when verifying pincode by @mallendeo in #75 - Remove double createHttpError
New Contributors
- @mallendeo made their first contribution in #75
Full Changelog: 1.0.0-beta.6...1.0.0-beta.7
1.0.0-beta.6
What's Changed
- Optionally set CORS config in config.yml (see Docs)
- Default CORS settings are more open to allow for insecure local access via http
- Installer will set strict CORS policy
- Optionally set trust proxy in config.yml (see Docs)
- Support for setting some config variables as environment variables (see Docs where marked
Env: ...
)- This was introduced to make Unraid setup easier
- Automatically update exit nodes in database to use Gerbil start port from config if changed after the exit node was created
- Optionally attempt to generate (and overwrite) Traefik config files if
GENERATE_TRAEFIK_CONFIG
environment variable is set- This was introduced to make Unraid setup easier
Full Changelog: 1.0.0-beta.5...1.0.0-beta.6
1.0.0-beta.5
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
- 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
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
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
What's Changed
- Split
base_url
intodashboard_url
andbase_domain
in config to support two-part domain TLDdashboard_url
: The full URL by which you access the Pangolin dashboard, like https://proxy.example.combase_domain
: The root of your domain, like example.com
- Be more flexible about which strings are accepted as target IP
New Contributors
- @eltociear made their first contribution in #2
1.0.0-beta.1
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