Headscale Webui Versions Save

A simple Headscale web UI for small-scale deployments.

v0.6.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.7.0...v0.6.2

v0.7.0

1 year ago

What's Changed

  • fix(logger): Field reference error by @rohow in https://github.com/iFargle/headscale-webui/pull/83

  • fix add_machine bug & foramt by @itbencn in https://github.com/iFargle/headscale-webui/pull/85

  • Improve code style by @MarekPikula in https://github.com/iFargle/headscale-webui/pull/86

  • TONS of work by @MarekPikula - Lots of improvements to the code. Thank you!! Create a separate library (headscale-api), which is used as a convenient abstraction layer providing a Pythonic interface with Pydantic. Headscale API is a fully asynchronous library, benefitting from improved concurrency for backend requests, thus increasing page load speed, e.g., on the "Machines" page. Create a common, validated (with flask-pydantic) API passthrough layer from GUI to the backend. Move authentication to a separate module (auth.py), consolidating the functionality in a single place (with a better place for expansion in the future). Move configuration management to a separate module (config.py). Use Pydantic's BaseSettings for reading values from the environment, with extensive validation and error reporting. Reduce the number/frequency of health checks increasing the overall performance/decreasing load latency: Now, most checks (e.g., filesystem checks) are performed during server initialization. If any test fails, the server is started in tainted mode, with only the error page exposed (thus reducing the surface of the attack in an invalid state). Key checks are implicit in the requests to the backend and guarded by @headscale.key_check_guard decorator. Key renewal is moved to the server-side scheduler. Introduce type hints to the level satisfactory for mypy static analysis. Also, enable some other linters in CI and add optional pre-commit hooks. Properly handle some error states. Instead of returning success and handling different responses, if something fails, there is an HTTP error code and standard response for it. General formatting, minor rewrites for clarity and more idiomatic Python constructs. Add basic devcontainer setup (if somebody wants to develop this in VS Code).

New Contributors

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.6.1...v0.7.0

v0.6.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.6.0...v0.6.1

v0.6.0

1 year ago

What's Changed

What's New

  • A routes page to manage exit routes, regular routes, and failover routes
  • In-page search for Machines and Users pages

New Contributors

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.5.6...v0.6.0

v0.5.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.5.5...v0.5.6

v0.5.5

1 year ago

What's Changed

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.5.4...v0.5.5

v0.5.4

1 year ago

What's Changed

This release adds support for ARM64, ARMv7, ARMv6, and x86_64 architectures. This release also adds more debug information. When debug is enabled, processing speeds greatly reduce (threading is disabled)

New Contributors

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.5.3...v0.5.4

v0.5.3

1 year ago

Changes

v0.5.2

1 year ago

What's Changed

  • Css fixes by @iFargle in https://github.com/iFargle/headscale-webui/pull/34
  • Made the OIDC dropdown expand when a long email/username is in use
  • Fixed the Datepicker for adding a PreAuth key. It fits better inside the modal (no more horizontal scrollbars)

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.5.1...v0.5.2

v0.5.1

1 year ago

What's Changed

Full Changelog: https://github.com/iFargle/headscale-webui/compare/v0.5.0...v0.5.1