feat: Update Headscale template to v0.28.0#150
Open
uyloal wants to merge 1 commit intoClawCloud:mainfrom
Open
Conversation
- Headscale: 0.24.1-debug -> 0.28.0-debug - Headplane: 0.3.9 -> 0.6.2 - Fix hardcoded server_url to use dynamic variable - Add new v0.28.0 configuration options (database, DERP, DNS, OIDC, taildrop) - Update documentation references and comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the Headscale template from version 0.24.1 to 0.28.0, syncing the configuration with the official v0.28.0 release.
Changes
Version Updates
0.24.1-debug→0.28.0-debug0.3.9→0.6.2Configuration Fixes
server_url: Changed from hardcodedhttps://headscale-rewcdzwp.clawcloudhzh.siteto dynamic variablehttps://headscale-${{ defaults.app_suffix }}.${{ CLAWCLOUD_CLOUD_DOMAIN }}New Configuration Options (from v0.28.0)
Database
database.debug- Enable debug mode for database operationsdatabase.gormsection with:prepare_stmt- Enable prepared statementsparameterized_queries- Enable parameterized queriesskip_err_record_not_found- Skip logging "record not found" errorsslow_threshold- Threshold for slow queries (milliseconds)database.sqlite.wal_autocheckpoint- WAL automatic checkpoint configurationDERP Server
derp.server.verify_clients- Only allow clients associated with this serverDNS
dns.override_local_dns- Override local DNS settingsOIDC
oidc.email_verified_required- Require verified email addressesoidc.pkcesection for PKCE (Proof Key for Code Exchange) configuration:enabled- Enable/disable PKCEmethod- PKCE method (plain or S256)Features
taildropconfiguration for file sharing (enabled by default)tuningsection (commented) for advanced performance tuningDocumentation Improvements
docs/tls.md→docs/ref/tls.mdipv4/ipv6DERP addresses (now examples only)References